Tipster

Get rewarded and reward others with Kin for upvoting and creating awesome content.

Τι είναι το Tipster;

Το Tipster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bram Borggreve (beeman), και η κύρια λειτουργία του είναι "Get rewarded and reward others with Kin for upvoting and creating awesome content.".

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

screenshot
screenshot
screenshot

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

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

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

                        Earn Kin crypto-currency by upvoting your favorite posts. Upvoting content tips the creator 1 Kin from your balance.

After 24 hours, you get rewarded free Kin for having curated good content. Content that gets the most upvotes from others rewards the most Kin. Content with few upvotes (lame content) rewards little or no Kin.

Upvoting fresh content earns more Kin than voting on stale (old) content. This is similar to the STEEM blockchain. This way, both you and creators accumulate Kin over time.                    

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

Όνομα Tipster Tipster
ID mbblfalbndfkpfnlimjnaooandenimpj
Επίσημο URL https://chromewebstore.google.com/detail/tipster/mbblfalbndfkpfnlimjnaooandenimpj
Περιγραφή Get rewarded and reward others with Kin for upvoting and creating awesome content.
Μέγεθος Αρχείου 965 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 1.76
Τελευταία Ενημέρωση 2020-11-22
Ημερομηνία Δημοσίευσης 2020-02-24
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Bram Borggreve (beeman)
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tipster",
    "version": "1.76",
    "description": "Get rewarded and reward others with Kin for upvoting and creating awesome content.",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*.kin-tipster.herokuapp.com\/",
        "*:\/\/*.reddit.com\/",
        "*:\/\/*.youtube.com\/",
        "*:\/\/*.twitch.tv\/",
        "*:\/\/*.twitter.com\/",
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.instagram.com\/",
        "*:\/\/*.steemit.com\/",
        "*:\/\/*.busy.org\/",
        "*:\/\/*.bitchute.com\/",
        "*:\/\/*.gab.com\/",
        "*:\/\/*.voat.co\/",
        "*:\/\/*.pscp.tv\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.reddit.com\/*",
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.s.ytimg.com\/*",
            "*:\/\/*.twitch.tv\/*",
            "*:\/\/*.twitter.com\/*",
            "*:\/\/*.facebook.com\/*",
            "*:\/\/*.instagram.com\/*",
            "*:\/\/*.steemit.com\/*",
            "*:\/\/*.busy.org\/*",
            "*:\/\/*.bitchute.com\/*",
            "*:\/\/*.gab.com\/*",
            "*:\/\/*.voat.co\/*",
            "*:\/\/*.pscp.tv\/"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.s.ytimg.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.steemit.com\/*",
                "*:\/\/*.busy.org\/*",
                "*:\/\/*.bitchute.com\/*",
                "*:\/\/*.gab.com\/*",
                "*:\/\/*.voat.co\/*",
                "*:\/\/*.pscp.tv\/"
            ],
            "css": [
                "tipster\/css\/clap.css",
                "tipster\/css\/copy.css"
            ],
            "js": [
                "tipster\/js\/thirdParty\/jquery.js",
                "tipster\/js\/thirdParty\/clipboard.min.js",
                "tipster\/js\/clap.js",
                "tipster\/js\/copy.js",
                "tipster\/js\/classes\/redditNew.js",
                "tipster\/js\/classes\/redditOld.js",
                "tipster\/js\/classes\/youtube.js",
                "tipster\/js\/classes\/twitch.js",
                "tipster\/js\/classes\/twitter.js",
                "tipster\/js\/classes\/facebook.js",
                "tipster\/js\/classes\/bitchute.js",
                "tipster\/js\/tipster.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "wallet\/js\/thirdParty\/kin-browser-sdk.js",
            "tipster\/js\/thirdParty\/jquery.js",
            "wallet\/js\/wallet.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "tipster\/popup.html",
        "default_title": "Tipster",
        "default_icon": {
            "16": "tipster\/images\/16.png",
            "32": "tipster\/images\/32.png",
            "48": "tipster\/images\/48.png",
            "128": "tipster\/images\/128.png"
        }
    },
    "icons": {
        "16": "tipster\/images\/16.png",
        "32": "tipster\/images\/32.png",
        "48": "tipster\/images\/48.png",
        "128": "tipster\/images\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "manifest_version": 2
}