Speedrun.Com Hide Video
Hide the possibly undesired stream on front page of speedrun.com
ما هو Speedrun.Com Hide Video؟
Speedrun.Com Hide Video هو إضافة Chrome تم تطويرها بواسطة btrim (Cr extensions)، والميزة الرئيسية لها هي "Hide the possibly undesired stream on front page of speedrun.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Speedrun.Com Hide Video
قم بتنزيل ملفات الامتداد Speedrun.Com Hide Video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Speedrun.com recently started featuring a stream on its front-page, and I don't particularly want to see this stream show up when I go to speedrun.com's front-page. This extension simply removes the element with id 'twitch'
معلومات أساسية عن التمديد
الاسم | Speedrun.Com Hide Video |
ID | nlcgfkpgonpkpmibhiadejfhillahpbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi |
الوصف | Hide the possibly undesired stream on front page of speedrun.com |
حجم الملف | 8.46 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2018-12-15 |
تاريخ النشر | 2018-12-14 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | btrim (Cr extensions) |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speedrun.Com Hide Video", "description": "Hide the possibly undesired stream on front page of speedrun.com", "version": "0.0.0.1", "permissions": [ "https:\/\/speedrun.com\/", "https:\/\/www.speedrun.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.speedrun.com\/", "http:\/\/speedrun.com\/" ], "js": [ "srdc_hide_video.js" ], "run_at": "document_start" } ] } |