Invisibly

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

Hvad er Invisibly?

Invisibly er en Chrome-udvidelse udviklet af http://invisibly.com, og dens hovedfunktion er "Take control and earn money from your personal data with Invisibly.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Invisibly-udvidelses-CRX-fil

Download Invisibly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Invisibly Invisibly
ID amklimpikigpmhdgokjeobmkegdadegd
Officiel URL https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd
Beskrivelse Take control and earn money from your personal data with Invisibly.
Filstørrelse 1.34 MB
Antal Installationer 2,000
Nuværende Version 2.5.113
Senest Opdateret 2022-05-25
Udgivelsesdato 2021-02-20
Bedømmelse 3.85/5 Samlet 20 Bedømmelser
Udvikler http://invisibly.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.invisibly.com/home
URL til Fortrolighedspolitik Side https://www.invisibly.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}