Crunchyroll: Ad-Free Player

Optimize Crunchyroll: Block ads, skip intros and improve streaming experience. Without interruptions!

Crunchyroll: Ad-Free Player क्या है?

Crunchyroll: Ad-Free Player BlueApps.inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Optimize Crunchyroll: Block ads, skip intros and improve streaming experience. Without interruptions!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhance your Crunchyroll experience with our leading ad-blocking and viewing enhancement extension!

This extension empowers you with total control over your streaming experience on Crunchyroll, allowing you to enjoy your favorite series and anime without annoying interruptions.

Key Features:

🚫 Effective Ad Blocking: Say goodbye to pesky ads on Crunchyroll. Our extension efficiently blocks ads, ensuring a smooth and uninterrupted streaming experience.
Enhancements for Optimal Viewing:

📽️ Immersive Cinema Mode: Expand the video player for full immersion in your favorite episodes.
⏩ Quick Skip Forward and Backward: Easily navigate through episodes with fast forward and rewind buttons.
📚 Mark as Watched/Unwatched: Keep a clear track of your viewed series and episodes.
🕒 Skip Intros and Outros: Skip intros and outros with a single click, thanks to our smart skip button.
🎭 Picture-in-Picture (PiP): Enjoy seamless multitasking by watching your series while performing other activities in your browser.
📏 Playback Speed Adjustment: Adapt the playback speed according to your preference.
Total Customization:
Configure the extension to match your preferences. Activate or deactivate features based on what suits your viewing style best.

How It Works:
Our extension intelligently analyzes episode comments and Crunchyroll ad placements to determine appropriate moments to skip intros and outros. A "SKIP INTRO" button overlays on the video player, allowing you to skip the introduction with a single click.

Enhance your Crunchyroll experience with our ad-blocking and viewing enhancement extension! Enjoy uninterrupted streaming and a customized interface that caters to your needs. Experience Crunchyroll like never before.

Note: This extension is compatible with the latest version of Crunchyroll.

Install now and enjoy Crunchyroll your way.                    

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

नाम Crunchyroll: Ad-Free Player Crunchyroll: Ad-Free Player
ID jkoidgdfgolaeilmafmekljjnjmohoik
आधिकारिक URL https://chromewebstore.google.com/detail/crunchyroll-ad-free-playe/jkoidgdfgolaeilmafmekljjnjmohoik
विवरण Optimize Crunchyroll: Block ads, skip intros and improve streaming experience. Without interruptions!
फ़ाइल का आकार 4.36 MB
स्थापना संख्या 3,604
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2022-07-18
रेटिंग 4.54/5 कुल 106 रेटिंग्स
डेवलपर BlueApps.inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://devfunny.com/
समर्थित भाषाएँ id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "AdBlocker for Crunchyroll",
    "version": "1.1.7",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*"
            ],
            "js": [
                "lib\/native\/add.js",
                "lib\/shared\/chromeStorage.js",
                "lib\/shared\/renderer.js",
                "lib\/shared\/shortcutUtils.js",
                "lib\/content_scripts\/player\/buttons\/buttons.js",
                "lib\/content_scripts\/player\/fast-forward-backward\/fast-forward-backward.js",
                "lib\/content_scripts\/player\/playback\/playback.js",
                "lib\/content_scripts\/player\/render\/render.js",
                "lib\/content_scripts\/player\/settings\/settings.js",
                "lib\/content_scripts\/player\/shortcuts\/shortcuts.js",
                "lib\/content_scripts\/player\/skippers\/skippers.js",
                "lib\/content_scripts\/player\/main.js"
            ],
            "css": [
                "css\/lib\/content_scripts\/player\/buttons\/buttons.css",
                "css\/lib\/content_scripts\/player\/fast-forward-backward\/fast-forward-backward.css",
                "css\/lib\/content_scripts\/player\/playback\/playback.css",
                "css\/lib\/content_scripts\/player\/render\/render.css",
                "css\/lib\/content_scripts\/player\/settings\/settings.css",
                "css\/lib\/content_scripts\/player\/skippers\/skippers.css",
                "css\/lib\/content_scripts\/player\/main.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/beta.crunchyroll.com\/*",
                "*:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "lib\/native\/alert.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/beta.crunchyroll.com\/*",
                "*:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "lib\/shared\/chromeStorage.js",
                "lib\/shared\/renderer.js",
                "lib\/content_scripts\/website\/api\/api.js",
                "lib\/content_scripts\/website\/action-menu\/action-menu.js",
                "lib\/content_scripts\/website\/pages\/empty.js",
                "lib\/content_scripts\/website\/pages\/series\/series.js",
                "lib\/content_scripts\/website\/pages\/watch\/watch.js",
                "lib\/content_scripts\/website\/main.js"
            ],
            "css": [
                "css\/lib\/shared\/theme-color.css",
                "css\/lib\/content_scripts\/website\/action-menu\/action-menu.css",
                "css\/lib\/content_scripts\/website\/pages\/watch.css",
                "css\/lib\/content_scripts\/website\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": ".\/rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "*.jpg",
                "*.JPG",
                "*.PNG",
                "*.png",
                "temp.js",
                "block.js",
                "dash.all.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.crunchyroll.com\/*"
    ]
}