Jelly: Surf the Web & Earn Crypto

Browse the web and earn rewards. Jelly shows you personalized ads and gives you rewards for watching them.

Τι είναι το Jelly: Surf the Web & Earn Crypto;

Το Jelly: Surf the Web & Earn Crypto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chaincliQ, και η κύρια λειτουργία του είναι "Browse the web and earn rewards. Jelly shows you personalized ads and gives you rewards for watching them.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jelly: Surf the Web & Earn Crypto

Λήψη αρχείων επέκτασης Jelly: Surf the Web & Earn Crypto σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Sounds too good to be true? It’s not all! Jelly is also 100% private. With Jelly Extension your personal data is always safe. We don't collect and we don't share your data with anyone and your data always stays on your device.
 
🔐 Your data is yours
We are sick of the global advertising industry exploiting and profiting from our data. So we are starting a movement. With Jelly BITS, our new global rewards cryptocurrency we are giving you the power to own your data and enable you to earn real currency with your favourite brands. No advertiser will ever have access to your personal data again!
 
💸 Earn Jelly BITS
Jelly is a chrome extension that rewards you for browsing the internet. As you browse, Jelly will display personalised non-intrusive ads. Whenever you click on a Jelly ad, you receive a monetary reward - Jelly BITS. Earned Jelly BITS can be paid out to Paypal or your Crypto wallet. Joining Jelly makes you a part of a movement that is fighting for a better internet, where your data is always protected and you are justly compensated for interacting with ads and brands you choose to engage with 😄

🎯 Our Mission
Jelly’s mission is to fix internet browsing for everyone. When you download the Jelly Browser Extension you help us build a new win-win-web together...where you own your data and are rewarded for seeing ads. Our platform aims to make ads fair, rewarding, and profitable for everyone.

👨‍💻 Our Alpha
We are currently in our Alpha development phase. While we are working hard to create Jelly, you can help! Let us know your thoughts, report bugs, and invite friends... let us build a new win-win-web together 🙌🏼                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Jelly: Surf the Web & Earn Crypto Jelly: Surf the Web & Earn Crypto
ID demddmbgjfbfmgkjmbbmldddlkodlnoh
Επίσημο URL https://chromewebstore.google.com/detail/jelly-surf-the-web-earn-c/demddmbgjfbfmgkjmbbmldddlkodlnoh
Περιγραφή Browse the web and earn rewards. Jelly shows you personalized ads and gives you rewards for watching them.
Μέγεθος Αρχείου 9.27 MB
Αριθμός Εγκαταστάσεων 347
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2023-07-31
Ημερομηνία Δημοσίευσης 2022-07-25
Αξιολόγηση 4.25/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής chaincliQ
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.chaincliq.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jelly: Surf the Web & Earn Crypto",
    "description": "Browse the web and earn rewards. Jelly shows you personalized ads and gives you rewards for watching them.",
    "version": "1.8",
    "author": "chaincliQ, Inc.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/img\/icons\/16x16.png",
            "32": "\/assets\/img\/icons\/32x32.png",
            "48": "\/assets\/img\/icons\/48x48.png",
            "128": "\/assets\/img\/icons\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/dependencies\/lib\/jquery-ui\/jquery-ui.min.css",
                "\/app\/src\/css\/main.css"
            ],
            "js": [
                "\/dependencies\/lib\/jquery\/jquery.min.js",
                "\/dependencies\/lib\/jquery-ui\/jquery-ui.min.js",
                "\/app\/src\/js\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/img\/icons\/16x16.png",
        "32": "\/assets\/img\/icons\/32x32.png",
        "48": "\/assets\/img\/icons\/48x48.png",
        "128": "\/assets\/img\/icons\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "\/dependencies\/core\/js\/*.js",
                "\/dependencies\/app\/js\/*.js",
                "\/app\/src\/js\/main-module.js",
                "\/resources\/views\/utilities\/popup.html",
                "\/resources\/views\/utilities\/banner.html"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/ads-backend.chaincliq.com\/"
    ]
}