dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

Τι είναι το dankCircle preloader for Twitch;

Το dankCircle preloader for Twitch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aiden Wallis, και η κύρια λειτουργία του είναι "Replace the twitch default preloader with the dankCircle emote.".

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

screenshot

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

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

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

                        Replaces the default twitch.tv sitewide preloader with the dankCircle BetterTTV emote. Fully compatible with any third party extensions, as all this does is inject a few lines of CSS to any Twitch tab on load.                    

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

Όνομα dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
Επίσημο URL https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
Περιγραφή Replace the twitch default preloader with the dankCircle emote.
Μέγεθος Αρχείου 59.88 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2019-01-12
Ημερομηνία Δημοσίευσης 2019-01-12
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Aiden Wallis
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dankCircle preloader for Twitch",
    "short_name": "dankCircle",
    "version": "0.0.1",
    "description": "Replace the twitch default preloader with the dankCircle emote.",
    "icons": {
        "48": "images\/pajaDank_48.png",
        "128": "images\/pajaDank_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "web_accessible_resources": [
        "images\/dankCircle.gif"
    ]
}