Koci's Twitch Chat Shortcuts

Make shortcuts in your twitch chat to make your chatting/emoting easier.

Τι είναι το Koci's Twitch Chat Shortcuts;

Το Koci's Twitch Chat Shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Koci, και η κύρια λειτουργία του είναι "Make shortcuts in your twitch chat to make your chatting/emoting easier.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Koci's Twitch Chat Shortcuts

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

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

                        Make shortcuts in your twitch chat to make your chatting/emoting easier.
Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House                    

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

Όνομα Koci's Twitch Chat Shortcuts Koci's Twitch Chat Shortcuts
ID njfogjbfnbiahacbffofhfgoihmalkod
Επίσημο URL https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod
Περιγραφή Make shortcuts in your twitch chat to make your chatting/emoting easier.
Μέγεθος Αρχείου 223 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2018-08-20
Ημερομηνία Δημοσίευσης 2018-08-20
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Koci
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koci's Twitch Chat Shortcuts",
    "version": "1.1.0",
    "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}