adCapture - Ad Finder for Facebook

adCapture allows you to collect, capture & save trending ads automatically from your Facebook newsfeed.

adCapture - Ad Finder for Facebookとは何ですか?

adCapture - Ad Finder for Facebookはhttps://getadcapture.comによって開発されたChromeの拡張機能で、その主な機能は「adCapture allows you to collect, capture & save trending ads automatically from your Facebook newsfeed.」です。

拡張機能のスクリーンショット

screenshot
screenshot

adCapture - Ad Finder for Facebook拡張機能のCRXファイルをダウンロード

adCapture - Ad Finder for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        adCapture allows you to capture, save & hunt trending ads automatically from your Facebook newsfeed. 

adCapture will auto capture ad images and save to cloud. It will keep scrolling and refreshing your Facebook newsfeed to capture more ads. It will auto capture the landing page. one click to copy the ad content.

It is perfect for spying on your competitors ads or finding inspiration for your next ad campaign!

Most users do this is for market research and to analyze ads on Facebook. You can turn this extension on and off, whenever you’d like.

Who should use adCapture ?

- Store owners who try to find trending products to sell.
- Store owners who want to see ads for similar products.
- Ad intelligence analysts who try to learn more about competitor’s ads.
- Ad copy writers who want to get inspirations.
- Ad creators who seeks for trending ads on Facebook.

To get the best of the extension, please follow the above steps:

- Like and comment on each products that belongs to your interest and click on learn more (action button), to allow Facebook to provide you with more similar products that belongs to your interest.
- If in the first time Facebook doesn’t show you ads, try to like pages that promotes products you're interested in.                    

拡張機能の基本情報

名前 adCapture - Ad Finder for Facebook adCapture - Ad Finder for Facebook
ID bnffgecclbcjnbbnkjfeinebeehgppof
公式URL https://chromewebstore.google.com/detail/adcapture-ad-finder-for-f/bnffgecclbcjnbbnkjfeinebeehgppof
説明 adCapture allows you to collect, capture & save trending ads automatically from your Facebook newsfeed.
ファイルサイズ 1.53 MB
インストール数 272
現在のバージョン 1.0.0
最終更新日 2021-02-24
公開日 2021-02-20
評価 4.64/5 合計 11 レビュー
開発者 https://getadcapture.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getadcapture.com
プライバシーポリシーページのURL https://getwebooster.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "adCapture - Ad Finder for Facebook",
    "description": "adCapture allows you to collect, capture & save trending ads automatically from your Facebook newsfeed.",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "adCapture - Ad Finder for Facebook",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "libs\/analytics.js",
            "libs\/parse.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.getadcapture.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "content\/content.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "storage",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn\/XjN2EChDiourEypM5KUlSDGl3ir+Qdur7m+tNM06j5ezB55b4mxE+\/2qskKpLyCEiuqU0sPnfjYDJm6Njk15viDqILwlEjWmGRqIytxdqJDJ9DpEbDJkpw4IIjD7KV+LV9yzid6aWot\/8OPZ5n7T7AvLpW0JBfwKiIEMvj\/Zlkm593FjFgWL90VD+\/wzHGy3mQexDeH+tZt5z7ERrhFBUNVag+ZZPAtIF\/yKaF1A6EhDzjMoyMVZJ31qBk+9jphpNbsyWOb6GhMpQ\/Fszc2AR208tixkIgUNZAAq5lrGAV9utJGQqBJsaXzxOL9oEB+X7mrs9Qa7EUSyf4GTJ70QIDAQAB",
    "oauth2": {
        "client_id": "332590809721-p8n0kcviptpib68mq94dd9ddjqhbp7tu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "libs\/*"
    ]
}