BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Co to jest BetterCrunchyroll?
BetterCrunchyroll to rozszerzenie Chrome opracowane przez Tmarkn, a jego główną funkcją jest „Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BetterCrunchyroll
Pobierz pliki rozszerzeń BetterCrunchyroll 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
Makes Crunchyroll better.
• larger video player
• automatic scrolling to video
• scroll to video button
Does not access any of your data. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cldnbplkggalmoinfcocckdahbnhjded |
| Oficjalny URL | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
| Opis | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
| Rozmiar pliku | 23.2 KB |
| Liczba instalacji | 287 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2020-09-23 |
| Data Publikacji | 2020-09-21 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Tmarkn |
| [email protected] | |
| 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": "BetterCrunchyroll",
"version": "1.1.0",
"description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button",
"icons": {
"16": "\/images\/bcr-logo16.png",
"48": "\/images\/bcr-logo48.png",
"128": "\/images\/bcr-logo128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.crunchyroll.com\/*"
]
}
],
"web_accessible_resources": [
"\/images\/upbutton.png",
"styles.css"
]
} | |