Newsfeed Ad Finder
Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers
O que é Newsfeed Ad Finder?
Newsfeed Ad Finder é uma extensão do Chrome desenvolvida por https://adcostly.com, e sua principal característica é "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Newsfeed Ad Finder
Baixe arquivos de extensão Newsfeed Ad Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Newsfeed ad finder, set ads off all only display them, all by yourself. Super fast, no interruption, the best choice for ad researchers and publishers Want to know how your competitors make their ads? Newsfeed Ad Finder allows you to display only ads feeds or highlight them all, super convenient Facebook newsfeed ad finder is free now! Usage: =*= Turn the first switch on/off allows you to highlight/unhighlight all ads =*= Turn the second switch on/off allows you to hide/show all normal posts It works with new Facebook UI
Informações Básicas da Extensão
Nome | Newsfeed Ad Finder |
ID | ajkoblpfgeimpdafofiocjhbgpendmjh |
URL Oficial | https://chromewebstore.google.com/detail/newsfeed-ad-finder/ajkoblpfgeimpdafofiocjhbgpendmjh |
Descrição | Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers |
Tamanho do Arquivo | 1.3 MB |
Contagem de Instalações | 172 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-10-25 |
Data de Publicação | 2020-10-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://adcostly.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://adspyhub.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "tabs", "storage", "*:\/\/*.facebook.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/content\/facebook-timeline.js" ], "css": [ "css\/facebook-ads.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "web_accessible_resources": [ "css\/*", "js\/*" ], "version": "1.0.1", "content_security_policy": "script-src 'self' ; object-src 'self'" } |