Speedrun.Com Hide Video
Hide the possibly undesired stream on front page of speedrun.com
什麼是Speedrun.Com Hide Video?
Speedrun.Com Hide Video是由btrim (Cr extensions)開發的Chrome擴展程式,該擴展的主要功能是“Hide the possibly undesired stream on front page of speedrun.com”。
擴展截圖
下載Speedrun.Com Hide Video擴展crx文件
下載Speedrun.Com Hide Video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } ] } |