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ファイルをダウンロード
Ad Library - Ad Finder & Adspy Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } ] } |