Ad collector

Get this free My Ad Finder to Ads

What is Ad collector?

Ad collector is a Chrome extension developed by Ad Collector, and its main feature is "Get this free My Ad Finder to Ads".

Extension Screenshots

screenshot
screenshot

Download Ad collector Extension CRX File

Download Ad collector 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

                        Use this extension to collect Facebook™, Twitter™, YouTube™, Google™ ads while browsing through your feed. It collect in feed ads and shows all of them at one place. You can later keep your favourite ads by saving them or delete from the existing list. 

Here is how Ad Collector Chrome Extension works
>> After installing the extension visit Facebook™, Twitter™, YouTube™ or Google™ website 
>> Browse through your news feed
>> The Ad Collector will automatically detects and save the ads 
>> Now click on the extension icon to view the collected ads
>> This will open a new tab with all of the collected ads data from Facebook™

The process will itself repeat and store the ads whenever your browse facebook. We will be rolling out the ad finder support to other social media sites.

Ad Collector Features:
>> Automatic Ad collector and Ad Finder for Facebook™
>> Save or Delete any existing ads
>> One click to view the saved ads

Upcoming updates : We are working to save only the unique copy of ads. 

Version 4.0.1
>>Improved functoionality. Improve in search ad collections. 

Version 4.0.0
>> Added more ad collection platforms.

version 3.0.1
>>  Removed unnecessary permissions

Version 2.1.2
>> update in ad collection UI
>> Bug fixing

Version 2.1.1
>> Bug fixes for Facebook™, YouTube™ ads  

Version 2.0.0
>> fix bug for youtube ads and changed the name of extension to avoid trademark claim from Facebook™

Version 1.1.0
>> Added youtube and twitter as a platform

Version 1.0.0 changes
>> First ad missing bug fixed
>> UI/UX changes

Verssion 0.0.3 changes
>> Post link added 

Version 0.0.2 changes
>> Added support for Search page ads
>> Carosel ad collector has been enabled

Version 3.0. changes
>>Major UI Update
>>New Google Platform updated                    

Extension Basic Information

Name Ad collector Ad collector
ID plnpanokbgeabagnmbcamehkcninjbac
Official URL https://chromewebstore.google.com/detail/ad-collector/plnpanokbgeabagnmbcamehkcninjbac
Description Get this free My Ad Finder to Ads
File Size 842 KB
Installation Count 6,592
Current Version 4.0.5
Last Updated 2023-09-22
Publish Date 2022-01-12
Rating 4.20/5 Total 15 Ratings
Developer Ad Collector
Email [email protected]
Payment Type free
Privacy Policy Page URL https://unscart.com/ad-collector-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad collector",
    "version": "4.0.5",
    "description": "Get this free My Ad Finder to Ads",
    "background": {
        "service_worker": "background.js",
        "matches": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.google.com\/*",
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "32": "images\/icon128.png"
        },
        "default_title": "Ad Collector\u2122",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "youtube.js",
                "twitter.js",
                "facebook.js",
                "googleSearch.js",
                "googleDisplayAds.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "plnpanokbgeabagnmbcamehkcninjbac"
        ],
        "matches": [
            "*:\/\/www.youtube.com\/*",
            "*:\/\/twitter.com\/*",
            "*:\/\/www.facebook.com\/*",
            "*:\/\/www.google.com\/*",
            ""
        ]
    }
}