BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Was ist BetterCrunchyroll?
BetterCrunchyroll ist eine Chrome-Erweiterung, die von Tmarkn entwickelt wurde, und ihr Hauptmerkmal ist "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".
Erweiterungsscreenshots
BetterCrunchyroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie BetterCrunchyroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Makes Crunchyroll better. • larger video player • automatic scrolling to video • scroll to video button Does not access any of your data.
Grundlegende Informationen zur Erweiterung
Name | BetterCrunchyroll |
ID | cldnbplkggalmoinfcocckdahbnhjded |
Offizielle URL | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
Beschreibung | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
Dateigröße | 23.2 KB |
Installationsanzahl | 287 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-09-23 |
Veröffentlichungsdatum | 2020-09-21 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tmarkn |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |