Invisibly
Take control and earn money from your personal data with Invisibly.
What is Invisibly?
Invisibly is a Chrome extension developed by http://invisibly.com, and its main feature is "Take control and earn money from your personal data with Invisibly.".
Extension Screenshots
Download Invisibly Extension CRX File
Download Invisibly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | amklimpikigpmhdgokjeobmkegdadegd |
Official URL | https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd |
Description | Take control and earn money from your personal data with Invisibly. |
File Size | 1.34 MB |
Installation Count | 2,000 |
Current Version | 2.5.113 |
Last Updated | 2022-05-25 |
Publish Date | 2021-02-20 |
Rating | 3.85/5 Total 20 Ratings |
Developer | http://invisibly.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.invisibly.com/home |
Privacy Policy Page URL | https://www.invisibly.com/privacy-policy |
Supported Languages | 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\/*" ] } |