Turbo Ad Finder 2.0

The only and best alternative to the classic Turbo Ad Finder

什麼是Turbo Ad Finder 2.0?

Turbo Ad Finder 2.0是由Atools開發的Chrome擴展程式,該擴展的主要功能是“The only and best alternative to the classic Turbo Ad Finder”。

擴展截圖

screenshot
screenshot

下載Turbo Ad Finder 2.0擴展crx文件

下載Turbo Ad Finder 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The one and only tool for finding ideas and products on Facebook. Thinking about Turbo Ad Finder on 2021? Well, you're thinking just right!

With a very easy installment, you'll be able to find and sell profitable products, perfect for droppshiping and marketing professionals. With just a simple click, our amazing plug-in for Google Chrome browser can disable all the organic content in your Facebook feed, leaving a clean and organized area to visualize your ads.This ad finder is perfect to easily find your competitor's ads or to gain a huge inspiration from other advertisers.

Dear client, please follow the steps bellow for a better experience with our tool:

★ Change the Facebook language to English.
★ Close and sign in again, once the installment is complete, to initialize the plug-in.
★ Like and comment the products of your interest.
★ If in the first atempt the Facebook doesn't show you any products, try to leave a like in some ads of your interest.
★ Visit the web stores and emule a purchase, so the Facebook can show you similar products on your feed.                    

擴展基本資訊

名稱 Turbo Ad Finder 2.0 Turbo Ad Finder 2.0
ID apacadmkljmohmjgefhficgiijnnmelk
官方網址 https://chromewebstore.google.com/detail/turbo-ad-finder-20/apacadmkljmohmjgefhficgiijnnmelk
簡介 The only and best alternative to the classic Turbo Ad Finder
檔案大小 743 KB
安裝次數 97,440
目前版本 4.4
更新時間 2023-08-02
上架時間 2020-05-29
評分 4.52/5 共 376 次評分
開發者 Atools
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://turboadfinder.app/privacy-policy.pdf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The only and best alternative to the classic Turbo Ad Finder",
    "version": "4.4",
    "name": "Turbo Ad Finder 2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Turbo Ad Finder 2.0",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "options_page": "list.html",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}