Invisibly
Take control and earn money from your personal data with Invisibly.
什麼是Invisibly?
Invisibly是由http://invisibly.com開發的Chrome擴展程式,該擴展的主要功能是“Take control and earn money from your personal data with Invisibly.”。
擴展截圖
下載Invisibly擴展crx文件
下載Invisibly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | amklimpikigpmhdgokjeobmkegdadegd |
官方網址 | https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd |
簡介 | Take control and earn money from your personal data with Invisibly. |
檔案大小 | 1.34 MB |
安裝次數 | 2,000 |
目前版本 | 2.5.113 |
更新時間 | 2022-05-25 |
上架時間 | 2021-02-20 |
評分 | 3.85/5 共 20 次評分 |
開發者 | http://invisibly.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.invisibly.com/home |
隱私政策頁面URL | https://www.invisibly.com/privacy-policy |
支援的語言 | 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\/*" ] } |