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 |
公式URL | 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 |
Eメール | [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\/*" ] } |