Focus Pro
End machine manipulation by removing targeted content and curated recommendations
O que é Focus Pro?
Focus Pro é uma extensão do Chrome desenvolvida por SmartWebLLC, e sua principal característica é "End machine manipulation by removing targeted content and curated recommendations".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Focus Pro
Baixe arquivos de extensão Focus Pro 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
How many times have you visited a webpage for a specific purpose and instead get distracted by curated and targeted content and forget your original goal? The goal of this plugin is to give control back to the user by allowing them to decide what they view instead of machine generated suggestions dictating their experience. Thanks for checking out my plugin! Currently Supported: https://www.youtube.com https://www.ebay.com
Informações Básicas da Extensão
Nome | Focus Pro |
ID | ndhkgigncccmmmkckagdbjkgbkhgpbnc |
URL Oficial | https://chromewebstore.google.com/detail/focus-pro/ndhkgigncccmmmkckagdbjkgbkhgpbnc |
Descrição | End machine manipulation by removing targeted content and curated recommendations |
Tamanho do Arquivo | 22.59 KB |
Contagem de Instalações | 40 |
Versão Atual | 0.9.6 |
Última Atualização | 2018-08-29 |
Data de Publicação | 2018-08-29 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | SmartWebLLC |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Pro", "short_name": "Focus Pro", "version": "0.9.6", "description": "End machine manipulation by removing targeted content and curated recommendations", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png" }, "content_scripts": [ { "css": [ "styles-youtube.css" ], "js": [ "app-youtube.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] }, { "css": [ "styles-ebay.css" ], "matches": [ "https:\/\/www.ebay.com\/*" ] } ] } |