CrunchyRoll Theater Mode

A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface

Apa itu CrunchyRoll Theater Mode?

CrunchyRoll Theater Mode adalah ekstensi Chrome yang dikembangkan oleh johnuberbacher, dan fitur utamanya adalah "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CrunchyRoll Theater Mode

Unduh file ekstensi CrunchyRoll Theater Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Ever found the default video size on CrunchyRoll just too narrow? This extension increases the size of CrunchyRoll Videos, similarly to the size of YouTube' Theater Mode, allowing for a much better viewing experience!

New Update allows for responsive screen sizes up to 1400px                    

Informasi Dasar Ekstensi

Nama CrunchyRoll Theater Mode CrunchyRoll Theater Mode
ID fccfjcklfpanhmcgbpcmpjhgindhmlbp
URL Resmi https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp
Deskripsi A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface
Ukuran File 28.98 KB
Jumlah Instalasi 1,386
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2019-11-23
Tanggal Publikasi 2019-11-23
Penilaian 4.25/5 Total 12 Penilaian
Pengembang johnuberbacher
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CrunchyRoll Theater Mode",
    "version": "0.0.7",
    "description": "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface",
    "icons": {
        "16": "images\/icon-32.png",
        "48": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.crunchyroll.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_idle"
        }
    ]
}