sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
ما هو sflp؟
sflp هو إضافة Chrome تم تطويرها بواسطة rsmuin، والميزة الرئيسية لها هي "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة sflp
قم بتنزيل ملفات الامتداد sflp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass game feed in a new tab, and any scores or spoilers are hidden from view using CSS changes.
معلومات أساسية عن التمديد
الاسم | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
الوصف | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
حجم الملف | 807 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 0.13 |
آخر تحديث | 2023-10-24 |
تاريخ النشر | 2019-10-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | rsmuin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "bball.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "nbapage.css" ], "js": [ "jquery191.js", "jquery111.js", "obj.js", "popup.js" ], "matches": [ "http:\/\/www.nba.com\/*", "https:\/\/www.nba.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "bball.png", "16": "bball.png", "48": "bball.png" }, "manifest_version": 2, "name": "sflp", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.13" } |