Ads Library Expander

Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!

Ads Library Expander란 무엇입니까?

Ads Library Expander은(는) Ouldemessaoud Hichem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!"입니다.

확장 프로그램 스크린샷

screenshot

Ads Library Expander 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our Chrome extension revolutionizes the way you utilize the Facebook Ads Library. If you frequently browse through ads on the library, you know how tedious it can be to manually copy the ad page link, open a new tab, paste the link, and then adjust the country and ad type filters.

With our extension, this process becomes a breeze. Simply click the 'Copy Link' button on the ad page, and our extension takes care of the rest. It seamlessly opens a new tab, pastes the link for you, and automatically selects 'All Countries' and 'All Ad Types' to ensure you get a comprehensive view of the ads.

No more wasting time switching tabs, adjusting filters, and tediously repeating the same steps. Our extension enhances your efficiency and productivity by automating these repetitive tasks, allowing you to focus on analyzing the ads and gathering valuable insights.

Whether you're a marketer, researcher, or advertiser, our extension empowers you to streamline your Facebook Ads Library experience. Spend less time on manual tasks and more time gaining insights from the ads that matter to you.

Try our Chrome extension today and unlock a more efficient and seamless way to explore the Facebook Ads Library. Simplify your ad research process, save time, and uncover valuable advertising trends with ease!                    

확장 프로그램 기본 정보

이름 Ads Library Expander Ads Library Expander
ID dbbkaoofefoeconilgpopjlgbkglpege
공식 URL https://chromewebstore.google.com/detail/ads-library-expander/dbbkaoofefoeconilgpopjlgbkglpege
설명 Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!
파일 크기 14.6 KB
설치 횟수 139
현재 버전 1.01
최근 업데이트 2023-08-20
출시 날짜 2023-08-16
평점 5.00/5 총 13 개의 평점
개발자 Ouldemessaoud Hichem
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://adslibraryexpander.blogspot.com/2023/08/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Library Expander",
    "description": "Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!",
    "version": "1.01",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "\/images\/money 16.png",
        "32": "\/images\/money 32.png",
        "48": "\/images\/money 48.png",
        "128": "\/images\/money 128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/ads\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/money 16.png",
            "32": "\/images\/money 32.png",
            "48": "\/images\/money 48.png",
            "128": "\/images\/money 128.png"
        }
    }
}