WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Top Ad Finder

Top Ad Finder

View on Chrome Web Store
View Top Ad Finder Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (8 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Top Ad Finder allows you to collect, save & hunt trending ads automatically from your facebook news feed.
Type
Extension
Users
1,000 users
12
llcmoomzo
View author page of llcmoomzo
Published
Published on June 12, 2024
Version 2.0.6
Manifest version
3
Updated
Updated on March 17, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Top Ad Finder Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Top Ad Finder allows you to collect, save & hunt trending ads automatically from your facebook news feed.",
    "version": "2.0.6",
    "name": "Top Ad Finder",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/16x16.png",
        "48": ".\/img\/48x48.png",
        "128": ".\/img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/img\/16x16.png",
            "24": ".\/img\/24x24.png",
            "32": ".\/img\/32x32.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/hide.js",
                ".\/scripts\/storage.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "world": "MAIN",
            "js": [
                ".\/scripts\/intercept.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top