Ad Library - Ad Finder & Adspy Tool
Free AdSpy tool for Facebook™ Ad Library. Search, view & save ads of any advertiser.
Ad Library - Ad Finder & Adspy Tool란 무엇입니까?
Ad Library - Ad Finder & Adspy Tool은(는) brian.daviesfield에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free AdSpy tool for Facebook™ Ad Library. Search, view & save ads of any advertiser."입니다.
확장 프로그램 스크린샷
Ad Library - Ad Finder & Adspy Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
As an ad finder, Ad Library Helper is a free adspy tool for ad library and tracking competitor`s Facebook™ Ads. We used to search ads by turbo ad finder,but it is not available now. And It's always hard to search on Ad Library. Fortunately, by using Ad Library Helper you can easily find competitors' Ads and Ad Post. Get inspired more quickly by your favorite brands. When searching on Ad Library, we can only view the ads of a Page once. But Ad Library Helper provides a more convenient and time-saving function for directly viewing all ad examples. We can also compare 10 related pages in a list with only one search. You can directly view all ads of the related pages and ad posts, and sort and filter out what you care about most. You can also easily find relevant political ads, and we also provide a convenient way to filter them. Ad Library Helper can collect and track the pages & ads you care about. When you track a page, you will see the trend of Like numbers and the total number of ads for this Page. Users of Ad Library can only search and view the current information and data. Ad Library Helper Features: * Provide a lot of value-adding features than Ad Library, but it is FREE still like Ad Library. * Find ads or compare any ads in 1 step * Find competitors’ ads quickly * Find political ads quickly * Save and keep tracking the ads * Looking at Ads info from newsFeed * Based on massive data sources, not just Ad Library In the future, we will continue to add more networks and functions etc instagram ads, Ad Library(Business), Google ads, Youtube ads, TikTok ads. Important Note: Ad Library Helper is suitable for advertisers, people who view ads and people who need to view changes in advertising data. Its data comes from ad library. It can provide you with an advertising list, which is more convenient and practical than ad library. At the same time, it can do adspy over Facebook™ competitors' ad data changes, so as to better perform advertising analytics. This extension does NOT belong to or related to the official Facebook™ application/website in any way. It is an unofficial extension that is developed and maintained independently. All the guidelines for Facebook's assets and branding use can be found here :https://myadlibrary.com/ The tool collects digital ads based on users' anonymous preferences. The more ads you collect, the more transparency the public get, and the more credits you get. Facebook is a trademark of Facebook Inc.This is an independent project and has no relationship to Facebook or Facebook Inc.
확장 프로그램 기본 정보
이름 | Ad Library - Ad Finder & Adspy Tool |
ID | ppbmlcfgohokdanfpeoanjcdclffjncg |
공식 URL | https://chromewebstore.google.com/detail/ad-library-ad-finder-adsp/ppbmlcfgohokdanfpeoanjcdclffjncg |
설명 | Free AdSpy tool for Facebook™ Ad Library. Search, view & save ads of any advertiser. |
파일 크기 | 1.75 MB |
설치 횟수 | 37,747 |
현재 버전 | 1.6.19 |
최근 업데이트 | 2023-08-24 |
출시 날짜 | 2021-01-27 |
평점 | 4.44/5 총 64 개의 평점 |
개발자 | brian.daviesfield |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://myadlibrary.com |
도움말 페이지 URL | https://myadlibrary.com |
개인정보 보호 정책 페이지 URL | https://adspyhub.com/privacy.html |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.6.19", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/adlib-16.png", "48": "icons\/adlib-48.png", "128": "icons\/adlib-128.png" }, "action": { "default_title": "Ad Library Helper (AdspyHub)", "default_popup": "popup-error.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "scripting", "alarms", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/googleads.g.doubleclick.net\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "contents\/adlib.js", "contents\/shortcut.js" ], "css": [ "contents\/madlibstyle.css", "contents\/shortcut.css" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "xrpa-data-module\/content-script.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "*:\/\/www.facebook.com\/ads\/library\/*" ], "js": [ "contents\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "popup\/*", "contents\/loader.js", "contents\/loader.css", "xrpa-data-module\/*", "icons\/*" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/googleads.g.doubleclick.net\/*" ] } ] } |