Invisibly
Take control and earn money from your personal data with Invisibly.
Qu'est-ce que Invisibly ?
Invisibly est une extension Chrome développée par http://invisibly.com, et sa fonction principale est "Take control and earn money from your personal data with Invisibly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Invisibly
Téléchargez les fichiers d'extension Invisibly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | amklimpikigpmhdgokjeobmkegdadegd |
URL Officiel | https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd |
Description | Take control and earn money from your personal data with Invisibly. |
Taille du Fichier | 1.34 MB |
Nombre d'Installations | 2,000 |
Version Actuelle | 2.5.113 |
Dernière Mise à Jour | 2022-05-25 |
Date de Publication | 2021-02-20 |
Évaluation | 3.85/5 Total 20 Évaluations |
Développeur | http://invisibly.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.invisibly.com/home |
URL de la Page de Politique de Confidentialité | https://www.invisibly.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |