Read It For Me on Twitch
This extension will help you to read message automatically
Τι είναι το Read It For Me on Twitch;
Το Read It For Me on Twitch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://studiobinghuan.blogspot.com, και η κύρια λειτουργία του είναι "This extension will help you to read message automatically".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Read It For Me on Twitch
Λήψη αρχείων επέκτασης Read It For Me on Twitch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Developer: BH_Lin ## Description: This extension will help you to read message on Twitch,Mixer and Youtube automatically ## My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard © Studio Bing-Huan 2018
Βασικές Πληροφορίες Επέκτασης
Όνομα | Read It For Me on Twitch |
ID | ijabhlckfakioipenejnlannadfjjlji |
Επίσημο URL | https://chromewebstore.google.com/detail/read-it-for-me-on-twitch/ijabhlckfakioipenejnlannadfjjlji |
Περιγραφή | This extension will help you to read message automatically |
Μέγεθος Αρχείου | 1.08 MB |
Αριθμός Εγκαταστάσεων | 111 |
Τρέχουσα Έκδοση | 1.0.31 |
Τελευταία Ενημέρωση | 2019-03-02 |
Ημερομηνία Δημοσίευσης | 2019-03-02 |
Προγραμματιστής | https://studiobinghuan.blogspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read It For Me on Twitch", "description": "This extension will help you to read message automatically", "version": "1.0.31", "homepage_url": "http:\/\/studiobinghuan.blogspot.tw\/?view=flipcard", "permissions": [ "http:\/\/bh-tetris.firebaseapp.com\/*", "http:\/\/let-us-race.firebaseapp.com\/*", "http:\/\/let-us-face-in-3d.firebaseapp.com\/*", "http:\/\/the-space-defender.firebaseapp.com\/*", "https:\/\/the-space-defender.firebaseapp.com\/*", "https:\/\/bh-tetris.firebaseapp.com\/*", "https:\/\/let-us-race.firebaseapp.com\/*", "https:\/\/let-us-face-in-3d.firebaseapp.com\/*", "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*", "https:\/\/tmi.twitch.tv\/*", "http:\/\/tmi.twitch.tv\/*", "http:\/\/127.0.0.1:3000\/*", "https:\/\/127.0.0.1:3000\/*", "https:\/\/localhost:3000\/*", "http:\/\/localhost:3000\/*", "tabs", "debugger", "activeTab", "webNavigation" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*", "http:\/\/*.mixer.com\/*", "https:\/\/*.mixer.com\/*", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "data\/lib\/jquery-3.3.1.min.js", "data\/content_script.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "16": "data\/images\/Icon-16.png", "48": "data\/images\/Icon-48.png", "128": "data\/images\/Icon-128.png" } } |