Clarion - Facebook & Twitter Filter
Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
O que é Clarion - Facebook & Twitter Filter?
Clarion - Facebook & Twitter Filter é uma extensão do Chrome desenvolvida por MetaCert, e sua principal característica é "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clarion - Facebook & Twitter Filter
Baixe arquivos de extensão Clarion - Facebook & Twitter Filter 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
Filter tweets based on keywords. Automatically removes Twitter and Facebook ads. No need to log into your Twitter or Facebook account through this browser. TWITTER FILTER - Remove tweets based on keywords/topics - Remove tweets that contain #hastags - Remove ads - Remove friends without unfollowing them FACEBOOK FILTER - Remove ads from Facebook This extension is brought to you by MetaCert, experts in Web Categorization / Filtering and Mobile Security. We believe in an open web where you decide on what to see and what not to see. FOR SUPPORT: http://metacert.com/support
Informações Básicas da Extensão
Nome | |
ID | kahjalgiciepmlknpcpjllfmmgfobopk |
URL Oficial | https://chrome.google.com/webstore/detail/clarion-facebook-twitter/kahjalgiciepmlknpcpjllfmmgfobopk |
Descrição | Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook. |
Tamanho do Arquivo | 250 KB |
Contagem de Instalações | 329 |
Versão Atual | 0.1.5 |
Última Atualização | 2017-01-23 |
Data de Publicação | 2017-01-23 |
Classificação | 4.43/5 Total de 21 Avaliações |
Desenvolvedor | MetaCert |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://metacert.uservoice.com/ |
URL da Página de Política de Privacidade | https://metacert.com/privacy-policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clarion - Facebook & Twitter Filter", "version": "0.1.5", "manifest_version": 2, "minimum_chrome_version": "22", "description": "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.", "browser_action": { "default_icon": "images\/icon_19.png", "default_title": "Clarion", "default_popup": "html\/popup.html" }, "icons": { "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "images\/metacert_logo.png", "js\/jquery-2.0.3.min.map", "images\/icon_19.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/jquery-2.0.3.min.js", "js\/filtering.js" ] } ], "permissions": [ "tabs", "background", "unlimitedStorage", "https:\/\/api.metacert.com\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html" } |