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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Invisibly Invisibly
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
电子邮箱 [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\/*"
    ]
}