Invisibly

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

Was ist Invisibly?

Invisibly ist eine Chrome-Erweiterung, die von http://invisibly.com entwickelt wurde, und ihr Hauptmerkmal ist "Take control and earn money from your personal data with Invisibly.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Invisibly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Invisibly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Invisibly Invisibly
ID amklimpikigpmhdgokjeobmkegdadegd
Offizielle URL https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd
Beschreibung Take control and earn money from your personal data with Invisibly.
Dateigröße 1.34 MB
Installationsanzahl 2,000
Aktuelle Version 2.5.113
Letztes Update 2022-05-25
Veröffentlichungsdatum 2021-02-20
Bewertung 3.85/5 Insgesamt 20 Bewertungen
Entwickler http://invisibly.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.invisibly.com/home
URL der Datenschutzrichtlinien-Seite https://www.invisibly.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}