duke3d-shareware Version 2-14-2015 Release 9 10F/ 156M (c) RTCM Corvin
duke3d-shareware Version 2-14-2015 Release 9 10F/ 156M (c) RTCM Corvin
Shareware versions of Duke3D - Released by their Authors or Distributors.
Get Official Shareware at 3DRealms Duke3D - All Duke3d 3DR installers done by Joe Siegler
If you want, I can:
While the original extension was a staple for Firefox, it is not available in the same form for Chrome. For Chrome users, the spiritual successor and recommended tool is Tamper Dev (the modern version of Tamper Chrome ). Tamper Dev Guide for Chrome tamper data chrome
Several Chrome extensions provide Tamper Data functionality, including: If you want, I can: While the original
// Listen for messages from popup to add/modify/delete rules chrome.runtime.onMessage.addListener((request, sender, sendResponse) => if (request.action === 'addRule') tamperRules.push( headerName: request.headerName, newValue: request.newValue, urlFilter: request.urlFilter ); chrome.storage.local.set( tamperRules ); updateRules(); sendResponse( success: true ); If you want
tamper-data-chrome/ ├── manifest.json ├── background.js ├── popup.html ├── popup.js ├── popup.css └── icons/ ├── icon16.png ├── icon48.png └── icon128.png