Stream for Youtube and Twitch

Earn cryptocurrency from your live streaming channel.

Τι είναι το Stream for Youtube and Twitch;

Το Stream for Youtube and Twitch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fortune, και η κύρια λειτουργία του είναι "Earn cryptocurrency from your live streaming channel.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Stream for Youtube and Twitch

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

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

                        Stream TV (YouTube & Twitch Live)                    

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

Όνομα Stream for Youtube and Twitch Stream for Youtube and Twitch
ID hocbeogbddjaipnhldglhlknbmbnlkmg
Επίσημο URL https://chromewebstore.google.com/detail/stream-for-youtube-and-tw/hocbeogbddjaipnhldglhlknbmbnlkmg
Περιγραφή Earn cryptocurrency from your live streaming channel.
Μέγεθος Αρχείου 9.57 MB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 0.0.21
Τελευταία Ενημέρωση 2019-03-21
Ημερομηνία Δημοσίευσης 2019-03-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Fortune
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream for Youtube and Twitch",
    "short_name": "Stream",
    "description": "Earn cryptocurrency from your live streaming channel.",
    "version": "0.0.21",
    "oauth2": {
        "client_id": "513732783985-26krfrvr3au4e8lu36ctuamksec406ri.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly",
            "code"
        ]
    },
    "browser_action": {
        "default_title": "Stream Token",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/StreamGrey16.png",
            "24": "icons\/StreamGrey24.png",
            "32": "icons\/StreamGrey32.png",
            "48": "icons\/StreamGrey48.png",
            "128": "icons\/StreamGrey128.png"
        }
    },
    "icons": {
        "16": "icons\/clear16.png",
        "24": "icons\/clear24.png",
        "32": "icons\/clear32.png",
        "48": "icons\/clear48.png",
        "128": "icons\/clear128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/YoutubeContentScript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/TwitchContentScript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "js\/communication.js",
                "js\/MetamaskContentScript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/cdn.segment.com https:\/\/cdn.mxpnl.com https:\/\/cdn.heapanalytics.com https:\/\/d24n15hnbwhuhn.cloudfront.net; object-src 'self'",
    "web_accessible_resources": [
        "\/oauth2\/*",
        "js\/*.js",
        "static\/*.svg",
        "static\/*.png",
        "static\/fonts\/*"
    ],
    "permissions": [
        "tabs",
        "identity",
        "https:\/\/api.streamtoken.net\/*",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/www.google-analytics.com\/*",
        "http:\/\/streamtoken.dev\/*",
        "*:\/\/*.google.com\/*",
        "storage"
    ]
}