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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}