Invisibly
Take control and earn money from your personal data with Invisibly.
O que é Invisibly?
Invisibly é uma extensão do Chrome desenvolvida por http://invisibly.com, e sua principal característica é "Take control and earn money from your personal data with Invisibly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Invisibly
Baixe arquivos de extensão Invisibly 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
Use your data to gain access to the content you love without ever having to pay for it. Enjoy access to premium publishers with new articles, videos, and more added every day. Invisibly is a smarter feed that puts you in control of your data. You can explore, earn points, and access quality content chosen by and for you. Use your data to access premium content you love with Invisibly today.
Informações Básicas da Extensão
Nome | |
ID | amklimpikigpmhdgokjeobmkegdadegd |
URL Oficial | https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd |
Descrição | Take control and earn money from your personal data with Invisibly. |
Tamanho do Arquivo | 1.34 MB |
Contagem de Instalações | 2,000 |
Versão Atual | 2.5.113 |
Última Atualização | 2022-05-25 |
Data de Publicação | 2021-02-20 |
Classificação | 3.85/5 Total de 20 Avaliações |
Desenvolvedor | http://invisibly.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.invisibly.com/home |
URL da Página de Política de Privacidade | https://www.invisibly.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invisibly", "description": "Take control and earn money from your personal data with Invisibly.", "version": "2.5.113", "browser_action": { "default_icon": "logo.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage", "cookies", "webRequest", "*:\/\/*\/*" ], "icons": { "16": "logo.png", "48": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/pers.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "scripts\/*", "static\/*" ] } |