Turbo Ad Finder

Turbo ad finder, display only ads in your newsfeed (inspiration for your facebook ads)

Turbo Ad Finderとは何ですか?

Turbo Ad Finderはturboadfinderproによって開発されたChromeの拡張機能で、その主な機能は「Turbo ad finder, display only ads in your newsfeed (inspiration for your facebook ads)」です。

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

screenshot
screenshot

Turbo Ad Finder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Turbo Ad Finder is back!!!
Turbo Ad Finder Pro is the only and best alternative to the classic Turbo Ad Finder.
Turbo Ad Finder Pro allows you to hunt trending Facebook ads and show only ads on your Facebook news feed.
Looking for the perfect free tool to spy on your competitors Facebook ads? Find inspiration for your next ad campaign? Turbo ad finder pro is the solution. Activate the show only ads  option to display only ads in your newsfeed. 

TURBO AD FINDER PRO FEATURES
★ Simple to use: only switch on the show only ads option and enjoy using turbo ad finder pro
★ Turbo ad finder is built with new and high technology that makes it fast                    

拡張機能の基本情報

名前 Turbo Ad Finder Turbo Ad Finder
ID cflpbcbakackacecklpgfmmhdlpekeap
公式URL https://chromewebstore.google.com/detail/turbo-ad-finder/cflpbcbakackacecklpgfmmhdlpekeap
説明 Turbo ad finder, display only ads in your newsfeed (inspiration for your facebook ads)
ファイルサイズ 618 KB
インストール数 5,554
現在のバージョン 2.5.0
最終更新日 2022-10-27
公開日 2022-02-10
評価 4.05/5 合計 22 レビュー
開発者 turboadfinderpro
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turbo ad finder, display only ads in your newsfeed (inspiration for your facebook ads)",
    "version": "2.5.0",
    "manifest_version": 3,
    "name": "Turbo Ad Finder",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "assets\/turbo.js",
                "\/assets\/logo.png",
                "\/assets\/rateus.png"
            ]
        }
    ]
}