YYY — Rewards for internet surfing

YYY Extension

Τι είναι το YYY — Rewards for internet surfing;

Το YYY — Rewards for internet surfing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yyy.cash, και η κύρια λειτουργία του είναι "YYY Extension".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YYY — Rewards for internet surfing

Λήψη αρχείων επέκτασης YYY — Rewards for internet surfing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Get spendable rewards for simply browsing the internet with YYY.cash!

Browser extension YYY will remind you of the possibility to receive a reward whilst surfing the internet. Just watch your favorite Twich streamer, Netflix series, YouTube show and others to catch your reward. When you surfing or staying on some page, the plugin will notify you that it has a reward for you.

Pay attention to the extension icon in the upper right corner of your browser. If the icon is white, there is no rewards on that page and if it's red, we have something to offer to you. You can always check if there is rewards waiting for you just simply tapping on an extension icon.

We care about our customers. For ease of convenience with the service, we have developed a tool with useful functionality:

All offers are at your fingertips. Just check if website or page has rewards for you by checking "Offers" tab of extension.

Be the first to know about best and most profitable rewards by going to the "Best today" tab.

And, of course, you can always find rewards you've missed or haven't claimed by checking "History" tab.

We are on the internet for the most of the day, so why are we not rewarded for it yet?
Just try YYY extension to change it!                    

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

Όνομα YYY — Rewards for internet surfing YYY — Rewards for internet surfing
ID afbghkddcogpabfgdddcddenepfnfebe
Επίσημο URL https://chromewebstore.google.com/detail/yyy-%E2%80%94-rewards-for-interne/afbghkddcogpabfgdddcddenepfnfebe
Περιγραφή YYY Extension
Μέγεθος Αρχείου 252 KB
Αριθμός Εγκαταστάσεων 47
Τρέχουσα Έκδοση 0.75
Τελευταία Ενημέρωση 2020-04-19
Ημερομηνία Δημοσίευσης 2020-04-19
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://yyy.cash
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://yyy.cash
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YYY \u2014 Rewards for internet surfing",
    "version": "0.75",
    "description": "YYY Extension",
    "author": "Telegram: @yyycash",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/extensions16.png",
        "32": "img\/extensions32.png",
        "128": "img\/extensions128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/extensions16.png",
            "24": "img\/extensions24.png",
            "32": "img\/extensions32.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/youtube.js"
            ]
        }
    ],
    "manifest_version": 2
}