CyberFox Firefox

Examine source code of CyberFox

By: SirSAC
Inspect and view changes in CyberFox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
// Made by SirSAC for Firefox.
{
	"applications": {
		"gecko": {
			"id": "cyberfox@mega.nz"
		}
	},
	"author": "SirSAC",
	"background": {
		"persistent": false,
		"scripts": [
			"/common.js",
			"/background/script.js"
		]
	},
	"browser_action": {
		"browser_style": true,
		"default_icon": {
			"12": "/icon/logo.svg",
			"16": "/icon/logo.svg",
			"24": "/icon/logo.svg",
			"32": "/icon/logo.svg",
			"48": "/icon/logo.svg",
			"64": "/icon/logo.svg",
			"96": "/icon/logo.svg",
			"128": "/icon/logo.svg"
		},
		"default_popup": "/action/popup.html",
		"default_title": "CyberFox"
	},
	"browser_specific_settings": {
		"gecko": {
			"id": "cyberfox@mega.nz"
		}
	},
	"content_scripts": [
		{
			"all_frames": true,
			"exclude_globs": [
				"*://*.google.com/*",
				"*://*.vimeo.com/*",
				"*://*.youtube.com/*"
			],
			"include_globs": [
				"*://*/*"
			],
			"js": [
				"/common.js",
				"/content/all.js"
			],
			"match_about_blank": true,
			"matches": [
				"<all_urls>"
			],
			"run_at": "document_start"
		},
		{
			"all_frames": true,
			"include_globs": [
				"*://*.google.com/*"
			],
			"js": [
				"/common.js",
				"/content/google.js"
			],
			"match_about_blank": true,
			"matches": [
				"<all_urls>"
			],
			"run_at": "document_start"
		},
		{
			"all_frames": true,
			"include_globs": [
				"*://*.vimeo.com/*"
			],
			"js": [
				"/common.js",
				"/content/vimeo.js"
			],
			"match_about_blank": true,
			"matches": [
				"<all_urls>"
			],
			"run_at": "document_start"
		},
		{
			"all_frames": true,
			"include_globs": [
				"*://*.youtube.com/*"
			],
			"js": [
				"/common.js",
				"/content/youtube.js"
			],
			"match_about_blank": true,
			"matches": [
				"<all_urls>"
			],
			"run_at": "document_start"
		}
	],
	"description": "https://addons.mozilla.org/en-US/firefox/addon/cyberfox",
	"developer": {
		"name": "SirSAC",
		"url": "https://mega.nz/#F!OfAGHIDA!OrRHx51pDlobIMpta37SdA"
	},
	"homepage_url": "https://mega.nz/#F!OfAGHIDA!OrRHx51pDlobIMpta37SdA",
	"icons": {
		"12": "/icon/logo.svg",
		"16": "/icon/logo.svg",
		"24": "/icon/logo.svg",
		"32": "/icon/logo.svg",
		"48": "/icon/logo.svg",
		"64": "/icon/logo.svg",
		"96": "/icon/logo.svg",
		"128": "/icon/logo.svg"
	},
	"incognito": "spanning",
	"manifest_version": 2,
	"name": "CyberFox",
	"omnibox": {
		"keyword": "cf"
	},
	"permissions": [
		"*://*/*",
		"activeTab",
		"alarms",
		"background",
		"bookmarks",
		"browserSettings",
		"browsingData",
		"certificateProvider",
		"clipboardRead",
		"clipboardWrite",
		"contentSettings",
		"contextMenus",
		"contextualIdentities",
		"cookies",
		"debugger",
		"declarativeContent",
		"declarativeNetRequest",
		"declarativeWebRequest",
		"desktopCapture",
		"displaySource",
		"dns",
		"documentScan",
		"downloads",
		"downloads.open",
		"enterprise.deviceAttributes",
		"enterprise.hardwarePlatform",
		"enterprise.platformKeys",
		"experimental",
		"fileBrowserHandler",
		"fileSystemProvider",
		"find",
		"fontSettings",
		"gcm",
		"geolocation",
		"history",
		"identity",
		"idle",
		"idltest",
		"management",
		"menus",
		"menus.overrideContext",
		"nativeMessaging",
		"networking.config",
		"notifications",
		"pageCapture",
		"pkcs11",
		"platformKeys",
		"power",
		"printerProvider",
		"privacy",
		"processes",
		"proxy",
		"search",
		"sessions",
		"signedInDevices",
		"storage",
		"system.cpu",
		"system.display",
		"system.memory",
		"system.storage",
		"tabCapture",
		"tabHide",
		"tabs",
		"theme",
		"topSites",
		"tts",
		"ttsEngine",
		"unlimitedStorage",
		"vpnProvider",
		"wallpaper",
		"webNavigation",
		"webRequest",
		"webRequestBlocking"
	],
	"update_url": "https://clients2.google.com/service/update2/crx",
	"version": "1.0.5",
	"web_accessible_resources": [
		"/*"
	]
}

Best CyberFox Alternatives

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