BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Qu'est-ce que BetterCrunchyroll ?
BetterCrunchyroll est une extension Chrome développée par Tmarkn, et sa fonction principale est "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BetterCrunchyroll
Téléchargez les fichiers d'extension BetterCrunchyroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Makes Crunchyroll better. • larger video player • automatic scrolling to video • scroll to video button Does not access any of your data.
Informations de Base sur l'Extension
Nom | BetterCrunchyroll |
ID | cldnbplkggalmoinfcocckdahbnhjded |
URL Officiel | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
Description | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
Taille du Fichier | 23.2 KB |
Nombre d'Installations | 287 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-09-23 |
Date de Publication | 2020-09-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Tmarkn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |