Twitch Tab
See your stream and surf to the net !
ما هو Twitch Tab؟
Twitch Tab هو إضافة Chrome تم تطويرها بواسطة Toutoupou، والميزة الرئيسية لها هي "See your stream and surf to the net !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Tab
قم بتنزيل ملفات الامتداد Twitch Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
surf on the net and watch your favorite streamers ! Make sure to enbale your panels Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels
معلومات أساسية عن التمديد
الاسم | Twitch Tab |
ID | ljkaicdlogbblgehfmedfmlndblnjhcn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn |
الوصف | See your stream and surf to the net ! |
حجم الملف | 39.89 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-09-12 |
تاريخ النشر | 2016-09-12 |
المطور | Toutoupou |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Tab", "description": " See your stream and surf to the net !", "version": "1.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "data\/icon_twitch.png", "default_popup": "popup.html", "icons": { "19": "data\/icon_twitch.png" } } } |