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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*",
            ""
        ]
    }
}