Ad collector

Get this free My Ad Finder to Ads

Что такое Ad collector?

Ad collector - это расширение Chrome, разработанное Ad Collector, и его основная функция - "Get this free My Ad Finder to Ads".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Ad collector

Скачайте файлы расширений Ad collector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Ad collector Ad collector
ID plnpanokbgeabagnmbcamehkcninjbac
Официальный URL https://chromewebstore.google.com/detail/ad-collector/plnpanokbgeabagnmbcamehkcninjbac
Описание Get this free My Ad Finder to Ads
Размер файла 842 KB
Количество установок 6,592
Текущая Версия 4.0.5
Последнее Обновление 2023-09-22
Дата публикации 2022-01-12
Рейтинг 4.20/5 Всего 15 оценок
Разработчик Ad Collector
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://unscart.com/ad-collector-privacy-policy
Поддерживаемые языки 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\/*",
            ""
        ]
    }
}