BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
What is BetterCrunchyroll?
BetterCrunchyroll is a Chrome extension developed by Tmarkn, and its main feature is "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".
Extension Screenshots
Download BetterCrunchyroll Extension CRX File
Download BetterCrunchyroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Makes Crunchyroll better. • larger video player • automatic scrolling to video • scroll to video button Does not access any of your data.
Extension Basic Information
Name | BetterCrunchyroll |
ID | cldnbplkggalmoinfcocckdahbnhjded |
Official URL | 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 |
File Size | 23.2 KB |
Installation Count | 287 |
Current Version | 1.1.0 |
Last Updated | 2020-09-23 |
Publish Date | 2020-09-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Tmarkn |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |