Yup

Monetizing Opinions Across the Internet

Τι είναι το Yup;

Το Yup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yup.io, και η κύρια λειτουργία του είναι "Monetizing Opinions Across the Internet".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Yup

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

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

                        Curate the Web. Earn and Influence. 

Yup rewards curation across the web. Like anything, earn rewards for good taste, and gain influence in topics that interest you. It works with any site on the web, and gives content and users an influence score out of 100.

⚒️   HOW IT WORKS
The Yup Web Extension is a web browser plug-in that gives you the ability to express your opinion on any site on the internet. You can do so by rating on a scale of 1-5 in categories such as ‘popular’, ‘smart’, ‘funny’. When other users give the same opinion on the same content, you earn YUP and influence! 

🔥   FEATURES
- Like or rate ANY site on the web
- Use the Yup button to rate directly on Twitter, Reddit, Youtube and Google Maps 
- Earn YUP for your Twitter likes when you sign-up with Twitter
- See the Color Code (social value) of content across the web based on everyone's ratings

🤘   Support us by sharing with your friends and rating. Your opinion matters!

Privacy Policy: https://docs.google.com/document/d/1LFrn0eeTfiy8lWAs8TPzWeydkRI-TRCDP0_NHCBOR0s                    

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

Όνομα Yup Yup
ID nhmeoaahigiljjdkoagafdccikgojjoi
Επίσημο URL https://chromewebstore.google.com/detail/yup/nhmeoaahigiljjdkoagafdccikgojjoi
Περιγραφή Monetizing Opinions Across the Internet
Μέγεθος Αρχείου 8.76 MB
Αριθμός Εγκαταστάσεων 3,035
Τρέχουσα Έκδοση 0.9.9
Τελευταία Ενημέρωση 2022-11-02
Ημερομηνία Δημοσίευσης 2020-06-27
Αξιολόγηση 4.63/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής https://yup.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://yup.io
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.yup.io
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1LFrn0eeTfiy8lWAs8TPzWeydkRI-TRCDP0_NHCBOR0s/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yup",
    "description": "Monetizing Opinions Across the Internet",
    "version": "0.9.9",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.google.com\/maps\/*",
                "https:\/\/superrare.com\/*",
                "https:\/\/www.superrare.com\/*",
                "https:\/\/opensea.io\/*",
                "https:\/\/www.opensea.io\/*",
                "https:\/\/audius.co\/*",
                "https:\/\/www.audius.co\/*",
                "https:\/\/rarible.com\/*",
                "https:\/\/www.rarible.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "overlayYup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject.js",
        "twitteryup.js",
        "logo_outline.svg",
        "yup-icon.svg",
        "heart.svg",
        "idea.svg",
        "laugh.svg",
        "easy.png",
        "interesting.svg",
        "useful.svg",
        "knowledgeable.svg",
        "engaging.svg",
        "chill.svg",
        "affordable.png",
        "beautiful.png",
        "trustworthy.png",
        "wouldelect.png",
        "agreewith.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "78.0"
        }
    }
}