Invisibly
Take control and earn money from your personal data with Invisibly.
¿Qué es Invisibly?
Invisibly es una extensión de Chrome desarrollada por http://invisibly.com, y su función principal es "Take control and earn money from your personal data with Invisibly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Invisibly
Descarga archivos de extensión Invisibly 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
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.
Información Básica de la Extensión
Nombre | |
ID | amklimpikigpmhdgokjeobmkegdadegd |
URL Oficial | https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd |
Descripción | Take control and earn money from your personal data with Invisibly. |
Tamaño del Archivo | 1.34 MB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 2.5.113 |
Última Actualización | 2022-05-25 |
Fecha de Publicación | 2021-02-20 |
Calificación | 3.85/5 Total de 20 Calificaciones |
Desarrollador | http://invisibly.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.invisibly.com/home |
URL de la Página de Política de Privacidad | https://www.invisibly.com/privacy-policy |
Idiomas Soportados | 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\/*" ] } |