Invisibly

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

Co to jest Invisibly?

Invisibly to rozszerzenie Chrome opracowane przez http://invisibly.com, a jego główną funkcją jest „Take control and earn money from your personal data with Invisibly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Invisibly

Pobierz pliki rozszerzeń Invisibly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Invisibly Invisibly
ID amklimpikigpmhdgokjeobmkegdadegd
Oficjalny URL https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd
Opis Take control and earn money from your personal data with Invisibly.
Rozmiar pliku 1.34 MB
Liczba instalacji 2,000
Aktualna Wersja 2.5.113
Ostatnia Aktualizacja 2022-05-25
Data Publikacji 2021-02-20
Ocena 3.85/5 Łącznie 20 Oceny
Deweloper http://invisibly.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.invisibly.com/home
Adres URL Strony Polityki Prywatności https://www.invisibly.com/privacy-policy
Obsługiwane Języki 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\/*"
    ]
}