Cirus

The Cirus Browser Extension lets you take control of your valuable data, and use it to passively earn cryptocurrency.

Was ist Cirus?

Cirus ist eine Chrome-Erweiterung, die von http://cirusfoundation.com entwickelt wurde, und ihr Hauptmerkmal ist "The Cirus Browser Extension lets you take control of your valuable data, and use it to passively earn cryptocurrency.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Cirus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cirus-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

                        Surf and Earn Crypto with the Cirus Browser Extension for Chrome.

The Cirus Browser Extension empowers you to take control of your valuable data, and use it to passively earn cryptocurrency. Simply download the extension, configure your settings, and go back to your daily flow while earning from your data.

Every day, while you browse the internet, your data is being collected and monetized while you are left out of the value equation. Cirus puts you back in control of your data, and enables you to leverage it as the seamless onramp to earn crypto, and access the new digital economy.

When paired with the upcoming platform, integrated wallet, mobile app and optional hardware device, Cirus becomes your pathway to maximize earning from your data, and your onramp into the world of Web 3.0.

Follow Cirus on Twitter, Discord, Medium and Youtube for the latest updates!

https://twitter.com/CirusFoundation
https://discord.gg/3E5MHMSaES
https://medium.com/the-cirus-foundation
https://www.youtube.com/c/CirusFoundation                    

Grundlegende Informationen zur Erweiterung

Name Cirus Cirus
ID fgdfcjncpmfogfadmnnlijchffjebmfi
Offizielle URL https://chrome.google.com/webstore/detail/cirus/fgdfcjncpmfogfadmnnlijchffjebmfi
Beschreibung The Cirus Browser Extension lets you take control of your valuable data, and use it to passively earn cryptocurrency.
Dateigröße 3.2 MB
Installationsanzahl 10,000
Aktuelle Version 1.1.1
Letztes Update 2022-04-10
Veröffentlichungsdatum 2021-12-24
Bewertung 4.00/5 Insgesamt 53 Bewertungen
Entwickler http://cirusfoundation.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cirusfoundation.com
Hilfeseite URL https://support.cirusfoundation.com/en/knowledge
URL der Datenschutzrichtlinien-Seite https://cirusfoundation.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cirus",
    "description": "The Cirus Browser Extension lets you take control of your valuable data, and use it to passively earn cryptocurrency.",
    "version": "1.1.1",
    "manifest_version": 3,
    "author": "Cirus Foundation",
    "action": {
        "default_popup": "index.html",
        "default_title": "Cirus"
    },
    "icons": {
        "128": "ChromeStoreIcon128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "history",
        "geolocation",
        "bookmarks",
        "identity",
        "identity.email",
        "topSites",
        "idle",
        "system.cpu",
        "system.display",
        "system.memory",
        "webNavigation",
        "storage",
        "management",
        "printerProvider"
    ]
}