Leh_TV stream check
This extension checks whether Leh_TV stream is live!
ما هو Leh_TV stream check؟
Leh_TV stream check هو إضافة Chrome تم تطويرها بواسطة pawelleh، والميزة الرئيسية لها هي "This extension checks whether Leh_TV stream is live!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Leh_TV stream check
قم بتنزيل ملفات الامتداد Leh_TV stream check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Jeżeli nie chcesz przegapić kolejnego streama, to koniecznie zainstaluj tę wtyczkę! Jeżeli klikniecie prawym przyciskiem myszki na zainstalowaną wtyczkę, to wchodząc w opcje macie możliwość ustawienia strony na która ma Was przekierowywać wtyczka.
معلومات أساسية عن التمديد
الاسم | Leh_TV stream check |
ID | iddineejdjngcemldfpdndoiiljghnmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf |
الوصف | This extension checks whether Leh_TV stream is live! |
حجم الملف | 67.16 KB |
عدد التثبيتات | 284 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-01-19 |
تاريخ النشر | 2020-01-19 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | pawelleh |
نوع الدفع | free |
اللغات المدعومة | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leh_TV stream check", "description": "This extension checks whether Leh_TV stream is live!", "version": "1.3", "browser_action": { "default_icon": { "16": "img\/off16x16.png", "48": "img\/off48x48.png", "128": "img\/off128x128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "img\/on16x16.png", "48": "img\/on48x48.png", "128": "img\/on128x128.png" }, "permissions": [ "activeTab", "background", "notifications", "storage", "https:\/\/code.jquery.com\/", "https:\/\/ttv-api.s3.amazonaws.com\/", "https:\/\/api.twitch.tv\/kraken\/", "*:\/\/api.leh.tv\/" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/ttv-api.s3.amazonaws.com\/; object-src 'self'", "background": { "persistent": true, "page": "bg.html" } } |