Speedrun.Com Hide Video
Hide the possibly undesired stream on front page of speedrun.com
Co to jest Speedrun.Com Hide Video?
Speedrun.Com Hide Video to rozszerzenie Chrome opracowane przez btrim (Cr extensions), a jego główną funkcją jest „Hide the possibly undesired stream on front page of speedrun.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Speedrun.Com Hide Video
Pobierz pliki rozszerzeń Speedrun.Com Hide Video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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' Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nlcgfkpgonpkpmibhiadejfhillahpbi |
| Oficjalny URL | https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi |
| Opis | Hide the possibly undesired stream on front page of speedrun.com |
| Rozmiar pliku | 8.46 KB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 0.0.0.1 |
| Ostatnia Aktualizacja | 2018-12-15 |
| Data Publikacji | 2018-12-14 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | btrim (Cr extensions) |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |