Ad collector

Get this free My Ad Finder to Ads

Co je Ad collector?

Ad collector je rozšíření Chrome vyvinuté Ad Collector, a jeho hlavní funkcí je „Get this free My Ad Finder to Ads“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Ad collector

Stáhněte si soubory rozšíření Ad collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Ad collector Ad collector
ID plnpanokbgeabagnmbcamehkcninjbac
Oficiální URL https://chromewebstore.google.com/detail/ad-collector/plnpanokbgeabagnmbcamehkcninjbac
Popis Get this free My Ad Finder to Ads
Velikost souboru 842 KB
Počet instalací 6,592
Aktuální Verze 4.0.5
Poslední Aktualizace 2023-09-22
Datum Vydání 2022-01-12
Hodnocení 4.20/5 Celkem 15 Hodnocení
Vývojář Ad Collector
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://unscart.com/ad-collector-privacy-policy
Podporované Jazyky 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\/*",
            ""
        ]
    }
}