Speedrun.Com Hide Video
Hide the possibly undesired stream on front page of speedrun.com
Co je Speedrun.Com Hide Video?
Speedrun.Com Hide Video je rozšíření Chrome vyvinuté btrim (Cr extensions), a jeho hlavní funkcí je „Hide the possibly undesired stream on front page of speedrun.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Speedrun.Com Hide Video
Stáhněte si soubory rozšíření Speedrun.Com Hide Video ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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'
Základní Informace o Rozšíření
Název | Speedrun.Com Hide Video |
ID | nlcgfkpgonpkpmibhiadejfhillahpbi |
Oficiální URL | https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi |
Popis | Hide the possibly undesired stream on front page of speedrun.com |
Velikost souboru | 8.46 KB |
Počet instalací | 24 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2018-12-15 |
Datum Vydání | 2018-12-14 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | btrim (Cr extensions) |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |