Twitch Peak
Keeps the current tab set to the largest stream for any given game on Twitch!
ما هو Twitch Peak؟
Twitch Peak هو إضافة Chrome تم تطويرها بواسطة noahwillcrow، والميزة الرئيسية لها هي "Keeps the current tab set to the largest stream for any given game on Twitch!".
تحميل ملف CRX للإضافة Twitch Peak
قم بتنزيل ملفات الامتداد Twitch Peak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keep your eyes glued to only the top Twitch stream of any given game! Instructions: Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"! Source code is available on GitHub!
معلومات أساسية عن التمديد
الاسم | Twitch Peak |
ID | lmdldooiahghimedndlabgjfkddemjdj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj |
الوصف | Keeps the current tab set to the largest stream for any given game on Twitch! |
حجم الملف | 120 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-07-25 |
تاريخ النشر | 2017-07-25 |
المطور | noahwillcrow |
نوع الدفع | free |
موقع الإضافة | https://github.com/noahwillcrow/TwitchPeak |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Peak", "short_name": "TwitchPeak", "version": "1.0.3", "description": "Keeps the current tab set to the largest stream for any given game on Twitch!", "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/api.twitch.tv\/kraken\/streams" ], "browser_action": { "default_title": "", "default_icon": "icon-32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ], "persistent": true } } |