Inspect and view changes in IE_SICOF source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "IE_SICOF",
"version": "4.3",
"background": {
"service_worker": "js/back.js"
},
"permissions": [
"tabs",
"storage",
"cookies",
"nativeMessaging",
"downloads",
"activeTab",
"management"
],
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_icon": "icons/icon-48.png",
"default_title": "IE_SICOF"
},
"default_locale": "es",
"description": "Ie sicof es una extensión para el renderizado de los modulos de SICOF, la cual brinda seguridad, agiladad y rendimiento",
"content_scripts": [
{
"js": [
"js/content.js"
],
"matches": [
"*://*.adacsc.co/*",
"*://172.19.200.25/*",
"*://172.20.0.112/*",
"*://10.1.140.104/*",
"*://10.1.140.105/*"
],
"run_at": "document_end"
},
{
"js": [
"js/content_ez.js"
],
"matches": [
"*://*.adacsc.co/*",
"*://172.19.200.25/*",
"*://172.20.0.112/*",
"*://10.1.140.104/*",
"*://10.1.140.105/*"
],
"run_at": "document_start"
},
{
"js": [
"js/content_sicof.js"
],
"matches": [
"*://*.adacsc.co/*",
"*://172.19.200.25/*",
"*://172.20.0.112/*",
"*://10.1.140.104/*",
"*://10.1.140.105/*"
],
"run_at": "document_start"
}
]
}