Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Τι είναι το Twitch-Chat-Bottom;
Το Twitch-Chat-Bottom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Asim Shrestha, και η κύρια λειτουργία του είναι "When the sceen is small Twitch chat is anchored at the bottom of the page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch-Chat-Bottom
Λήψη αρχείων επέκτασης Twitch-Chat-Bottom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                                             Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Επίσημο URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Περιγραφή | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Μέγεθος Αρχείου | 4.58 KB | 
| Αριθμός Εγκαταστάσεων | 14 | 
| Τρέχουσα Έκδοση | 1.0.1 | 
| Τελευταία Ενημέρωση | 2018-04-05 | 
| Ημερομηνία Δημοσίευσης | 2018-04-05 | 
| Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις | 
| Προγραμματιστής | Asim Shrestha | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}  |  |