Starting analysis...
Version 1.0 View in Chrome Web Store
https://fonts.googleapis.com/css2?family=Poppins&display=swap | https://clients2.google.com/service/update2/crx |
{ "name": "📌 Pinterest Pixel Helper 🛠️ ", "icons": { "16": "icons/Icon 16.png", "48": "icons/Icon 48.png", "128": "icons/Icon 128.png" }, "action": { "default_popup": "popup.html" }, "version": "1.0", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "🚀 Install this chrome extension to assist you in constructing, troubleshooting, and testing your Pinterest Tags. 🧰 ", "permissions": [ "webRequest", "storage", "webNavigation", "notifications", "gcm" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3 }