SIPD Extension Firefox

Examine source code of SIPD Extension

Inspect and view changes in SIPD Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
	"manifest_version": 2,
	"minimum_chrome_version": "18.0",
	"name": "SIPD Extension",
	"version": "1.4",
	"author": "Biladina Inc.",
	"description": "ekstensi tambahan untuk mengelola data SIPD",
	"browser_action": {
		"default_title": "Pengaturan SIPD"
	},
	"icons": {
		"16": "img/icon/icon.png",
		"48": "img/icon/icon.png",
		"128": "img/icon/icon.png"
	},
	"background" : {
		"persistent": true,
		"scripts": [
			"vendor/js/jquery.js",
			"background.js"
		]
	},
	"content_scripts": [
		{
			"matches": [
				"https://*.sipd.kemendagri.go.id/*"
			],
			"css": [],
			"js": [
				"vendor/js/jquery.js",
				"js/base.js"
			],
			"run_at": "document_end"
		},
		{
			"matches": [
				"https://*.sipd.kemendagri.go.id/*"
			],
			"js": [],
			"run_at": "document_start"
		}
	],
	"permissions": [
		"contextMenus",
		"webRequest",
		"https://*/",
		"http://*/",
		"activeTab",
		"storage",
		"tabs",
		"webRequestBlocking"
	],
	"applications": {
		"gecko": {
			"id": "sipd-extension@biladina"
		}
	},
	"options_ui": {
		// "open_in_tab": true,
		"page": "config.html"
	}
}

Best SIPD Extension Alternatives

Here are some Firefox add-ons that are similar to SIPD Extension: