Ru2En Firefox

Examine source code of Ru2En

Inspect and view changes in Ru2En source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
	
	"manifest_version": 2,
	"name": "Ru2En",
	"version": "1.2",
	"description": "A little extension that helps you see the untranslated version of web.",
	"icons": {
		"48": "icons/48.png"
	},
	
	"browser_specific_settings": { //https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings
	  "gecko": {
		"id": "{5432cefd-1e60-4865-b487-03f4d58398ea}",
		"strict_min_version": "42.0"
	  }
	},
	
	"background": {
      "scripts": ["background.js"]
    },
	
	"browser_action": {
		"default_icon": {
		  "16": "icons/16.png",
		  "32": "icons/32.png",
		  "48": "icons/48.png"
		}
	},
	
	"permissions": [
		"storage"
	],
	
	"content_scripts": [{
			"matches": ["<all_urls>"],
			"js": ["ru2en.js"]
		}
	]
}

Best Ru2En Alternatives

Here are some Firefox add-ons that are similar to Ru2En: