Forked YouTube Gaming

ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.

Τι είναι το Forked YouTube Gaming;

Το Forked YouTube Gaming είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mxr, και η κύρια λειτουργία του είναι "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.".

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

screenshot

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

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

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

                        Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work                    

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

Όνομα Forked YouTube Gaming Forked YouTube Gaming
ID dehjikmfbdokdlkkchepifefodnmkmld
Επίσημο URL https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld
Περιγραφή ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
Μέγεθος Αρχείου 2.83 MB
Αριθμός Εγκαταστάσεων 212
Τρέχουσα Έκδοση 0.5.0
Τελευταία Ενημέρωση 2021-01-06
Ημερομηνία Δημοσίευσης 2021-01-04
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής mxr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mxrr.dev/forkedytg
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/mxrr/BetterYTG
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forked YouTube Gaming",
    "short_name": "ForkYTG",
    "version": "0.5.0",
    "description": "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.",
    "icons": {
        "16": "assets\/icons\/BetterYTG_red_16.png",
        "48": "assets\/icons\/BetterYTG_red_48.png",
        "128": "assets\/icons\/BetterYTG_red_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.ytimg.com\/*",
        "https:\/\/twitchemotes.com\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "forkedYTG@mxr"
        }
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "BetterYTG"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gaming.youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/emotes\/*"
    ]
}