AdSpyder
Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.
What is AdSpyder?
AdSpyder is a Chrome extension developed by AdSpyder, and its main feature is "Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.".
Extension Screenshots
Download AdSpyder Extension CRX File
Download AdSpyder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AdSpyder Adfinder chrome extension enables you to check competitor ads across multiple platforms on a domain-basis.
Extension Basic Information
Name | AdSpyder |
ID | dpfdbgmgkemmfbmmjgikggnljphokpij |
Official URL | https://chromewebstore.google.com/detail/adspyder/dpfdbgmgkemmfbmmjgikggnljphokpij |
Description | Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster. |
File Size | 10.32 MB |
Installation Count | 132 |
Current Version | 1.0.0 |
Last Updated | 2023-08-30 |
Publish Date | 2023-08-30 |
Rating | 4.00/5 Total 4 Ratings |
Developer | AdSpyder |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://adspyder.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AdSpyder", "version": "1.0.0", "description": "Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.", "action": { "default_title": "Adspyder", "default_icon": { "16": "Images\/icon16.png", "32": "Images\/icon32.png", "64": "Images\/icon64.png" } }, "icons": { "16": "Images\/icon16.png", "32": "Images\/icon32.png", "64": "Images\/icon64.png" }, "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/container.js" ], "css": [ "content\/container.css" ], "run_at": "document_end" } ], "permissions": [ "storage", "notifications", "activeTab" ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |