BetterCrunchyroll

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

BetterCrunchyroll क्या है?

BetterCrunchyroll Tmarkn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterCrunchyroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

Does not access any of your data.                    

एक्सटेंशन की मूल जानकारी

नाम BetterCrunchyroll BetterCrunchyroll
ID cldnbplkggalmoinfcocckdahbnhjded
आधिकारिक URL https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded
विवरण Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
फ़ाइल का आकार 23.2 KB
स्थापना संख्या 287
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-09-23
प्रकाशन तिथि 2020-09-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Tmarkn
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}