BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Wat is BetterCrunchyroll?
BetterCrunchyroll is een Chrome-extensie ontwikkeld door Tmarkn, en de belangrijkste functie is "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".
Extensie Screenshots
Download het CRX-bestand van de extensie BetterCrunchyroll
Download BetterCrunchyroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Makes Crunchyroll better. • larger video player • automatic scrolling to video • scroll to video button Does not access any of your data.
Basisinformatie over de Extensie
Naam | BetterCrunchyroll |
ID | cldnbplkggalmoinfcocckdahbnhjded |
Officiële URL | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
Beschrijving | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
Bestandsgrootte | 23.2 KB |
Aantal Installaties | 287 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-09-23 |
Publicatiedatum | 2020-09-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tmarkn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |