Invisibly

Take control and earn money from your personal data with Invisibly.

Что такое Invisibly?

Invisibly - это расширение Chrome, разработанное http://invisibly.com, и его основная функция - "Take control and earn money from your personal data with Invisibly.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Invisibly

Скачайте файлы расширений 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\/*"
    ]
}