Starting analysis...
Version 2.6.2 View in Chrome Web Store
https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage | https://extensionpay.com | |
https://github.com/Glench/ExtPay#2-configure-your-manifestjson | http://www.w3.org/2000/svg | |
https://clients2.google.com/service/update2/crx | https://extensionpay.com/ | |
https://fonts.googleapis.com | https://fonts.gstatic.com | |
https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap | https://chromewebstore.google.com/detail/jfbbgijjljfbolelfkopkhbfjajjampm/reviews | |
https://www.producthunt.com/posts/screen-ruler?embed=true&utm_source=badge-top-post-topic-badge&utm_medium=badge&utm_souce=badge-screen- | https://api.producthunt.com/widgets/embed-image/v1/top-post-topic-badge.svg?post_id=478482&theme=neutral&period=weekly&topic_id=44&t=1740911764958 | |
https://github.com/Glench/ExtPay/ | https://stripe.com/ |
{ "name": "__MSG_EXT_NAME__", "icons": { "16": "images/icon16.png", "24": "images/icon24.png", "32": "images/icon32.png", "48": "images/icon48.png", "128": "images/icon128.png" }, "action": { "default_title": "__MSG_EXT_NAME_SHORT__" }, "version": "2.6.2", "commands": { "select_child": { "description": "Move selection to child element.", "suggested_key": { "mac": "Alt+Down", "default": "Alt+Down" } }, "select_parent": { "description": "Move selection to parent element.", "suggested_key": { "mac": "Alt+Up", "default": "Alt+Up" } }, "_execute_action": { "suggested_key": { "mac": "Alt+Shift+R", "default": "Alt+Shift+R" } }, "save_screenshot": { "description": "Take a screenshot of the highlighted area (PRO).", "suggested_key": { "mac": "Command+Shift+S", "default": "Ctrl+Shift+S" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_EXT_DESCRIPTION__", "permissions": [ "scripting", "activeTab", "contextMenus", "commands", "storage", "offscreen", "declarativeContent", "sidePanel" ], "default_locale": "en", "content_scripts": [ { "js": [ "ExtPay.js" ], "run_at": "document_start", "matches": [ "https://extensionpay.com/*" ] } ], "manifest_version": 3, "optional_permissions": [ "downloads" ], "minimum_chrome_version": "116", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "scripts/patterns/*.svg" ] } ] }