Starting analysis...
Version 3.9.0.17 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | http://www.w3.org/2000/svg | |
http://www.w3.org/1999/xlink | https://engtools.engba.symantec.com/Etrack/readonly_inc.php?sid=etrack&incident=2016651 |
{ "name": "__MSG_appName__", "icons": { "16": "Images/NF_16x16.png", "32": "Images/NF_32x32.png", "48": "Images/NF_48x48.png", "128": "Images/NF_128x128.png" }, "version": "3.9.0.17", "background": { "service_worker": "serviceworker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_appDesc__", "permissions": [ "tabs", "webNavigation", "nativeMessaging", "declarativeNetRequest", "scripting" ], "default_locale": "en", "content_scripts": [ { "js": [ "NF_Script.js" ], "run_at": "document_start", "matches": [ "<all_urls>" ], "all_frames": true }, { "js": [ "docstart.js" ], "run_at": "document_start", "matches": [ "<all_urls>" ], "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "minimum_chrome_version": "88.0", "declarative_net_request": { "rule_resources": [ { "id": "httpruleset", "path": "rules.json", "enabled": true } ] } }