BetterCrunchyroll

Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button

Vad är BetterCrunchyroll?

BetterCrunchyroll är en Chrome-tillägg utvecklad av Tmarkn, och dess huvudfunktion är "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".

Tilläggsskärmbilder

screenshot

Ladda ner BetterCrunchyroll-förlängningens CRX-fil

Ladda ner BetterCrunchyroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Makes Crunchyroll better.
• larger video player
• automatic scrolling to video
• scroll to video button

Does not access any of your data.                    

Grundläggande Information om Tillägg

Namn BetterCrunchyroll BetterCrunchyroll
ID cldnbplkggalmoinfcocckdahbnhjded
Officiell webbadress https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded
Beskrivning Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Filstorlek 23.2 KB
Antal Installationer 287
Aktuell Version 1.1.0
Senast Uppdaterad 2020-09-23
Publiceringsdatum 2020-09-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Tmarkn
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}