Turbo Ad Finder

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

Turbo Ad Finderคืออะไร?

Turbo Ad Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย turboadfinderpro และคุณลักษณะหลักของมันคือ "Turbo ad finder, display only ads in your newsfeed (inspiration for your facebook ads)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turbo Ad Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}