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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } ] } |