Ad Library - Ad Finder & Adspy Tool
Free AdSpy tool for Facebook™ Ad Library. Search, view & save ads of any advertiser.
¿Qué es Ad Library - Ad Finder & Adspy Tool?
Ad Library - Ad Finder & Adspy Tool es una extensión de Chrome desarrollada por brian.daviesfield, y su función principal es "Free AdSpy tool for Facebook™ Ad Library. Search, view & save ads of any advertiser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ad Library - Ad Finder & Adspy Tool
Descarga archivos de extensión Ad Library - Ad Finder & Adspy Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Ad Library - Ad Finder & Adspy Tool |
ID | ppbmlcfgohokdanfpeoanjcdclffjncg |
URL Oficial | https://chromewebstore.google.com/detail/ad-library-ad-finder-adsp/ppbmlcfgohokdanfpeoanjcdclffjncg |
Descripción | Free AdSpy tool for Facebook™ Ad Library. Search, view & save ads of any advertiser. |
Tamaño del Archivo | 1.75 MB |
Cantidad de Instalaciones | 37,747 |
Versión Actual | 1.6.19 |
Última Actualización | 2023-08-24 |
Fecha de Publicación | 2021-01-27 |
Calificación | 4.44/5 Total de 64 Calificaciones |
Desarrollador | brian.daviesfield |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://myadlibrary.com |
URL de la Página de Ayuda | https://myadlibrary.com |
URL de la Página de Política de Privacidad | https://adspyhub.com/privacy.html |
Idiomas Soportados | 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\/*" ] } ] } |