Ad collector

Get this free My Ad Finder to Ads

Co to jest Ad collector?

Ad collector to rozszerzenie Chrome opracowane przez Ad Collector, a jego główną funkcją jest „Get this free My Ad Finder to Ads”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ad collector

Pobierz pliki rozszerzeń Ad collector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Ad collector Ad collector
ID plnpanokbgeabagnmbcamehkcninjbac
Oficjalny URL https://chromewebstore.google.com/detail/ad-collector/plnpanokbgeabagnmbcamehkcninjbac
Opis Get this free My Ad Finder to Ads
Rozmiar pliku 842 KB
Liczba instalacji 6,592
Aktualna Wersja 4.0.5
Ostatnia Aktualizacja 2023-09-22
Data Publikacji 2022-01-12
Ocena 4.20/5 Łącznie 15 Oceny
Deweloper Ad Collector
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://unscart.com/ad-collector-privacy-policy
Obsługiwane Języki 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\/*",
            ""
        ]
    }
}