Invisibly
Take control and earn money from your personal data with Invisibly.
Cos'è Invisibly?
Invisibly è un'estensione di Chrome sviluppata da http://invisibly.com, e la sua funzione principale è "Take control and earn money from your personal data with Invisibly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Invisibly
Scarica i file di estensione Invisibly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | amklimpikigpmhdgokjeobmkegdadegd |
URL Ufficiale | https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd |
Descrizione | Take control and earn money from your personal data with Invisibly. |
Dimensione del File | 1.34 MB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 2.5.113 |
Ultimo Aggiornamento | 2022-05-25 |
Data di Pubblicazione | 2021-02-20 |
Valutazione | 3.85/5 Totale 20 Valutazioni |
Sviluppatore | http://invisibly.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.invisibly.com/home |
URL della Pagina della Politica sulla Privacy | https://www.invisibly.com/privacy-policy |
Lingue Supportate | 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\/*" ] } |