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)”。
擴展截圖
下載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 |
ID | cflpbcbakackacecklpgfmmhdlpekeap |
官方網址 | 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" ] } ] } |