Enhance Crunchyroll
A multi-browser extension to enhance your Crunchyroll experience
Enhance Crunchyrollคืออะไร?
Enhance Crunchyroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bytedream และคุณลักษณะหลักของมันคือ "A multi-browser extension to enhance your Crunchyroll experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhance Crunchyroll
ดาวน์โหลดไฟล์ส่วนขยาย Enhance Crunchyroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This addon provides several enhancements for crunchyroll.com. Features: - Video download capabilities¹ - Show the air date of the next episode (if available) - Add links to the AniList and MyAnimeList entries of an anime (season) - Video player improvements - No parallel stream limit - Maximize player on double-click - Default context menu when right-clicking the player ¹: Due to browser restrictions the download is only available as '.ts' file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enhance Crunchyroll |
ID | jchhpgcchmhdljkoennoagkhjomflicl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enhance-crunchyroll/jchhpgcchmhdljkoennoagkhjomflicl |
คำอธิบาย | A multi-browser extension to enhance your Crunchyroll experience |
ขนาดไฟล์ | 61.45 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2024-01-26 |
วันที่เผยแพร่ | 2023-10-09 |
ผู้พัฒนา | bytedream |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/crunchy-labs/enhance-crunchyroll |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Crunchy Labs Maintainers", "description": "A multi-browser extension to enhance your Crunchyroll experience", "name": "Enhance Crunchyroll", "version": "0.3.1", "browser_specific_settings": { "gecko": { "id": "{caa4b29e-2b8b-4b80-8654-6300b2aa049f}" } }, "content_scripts": [ { "js": [ "src\/entries\/contentScript\/player\/main.js" ], "matches": [ "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*" ], "all_frames": true, "run_at": "document_start" }, { "js": [ "src\/entries\/contentScript\/website\/main.js" ], "matches": [ "https:\/\/www.crunchyroll.com\/*" ] } ], "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "96": "icons\/[email protected]", "128": "icons\/[email protected]" }, "permissions": [ "storage", "webRequest", "downloads" ], "action": { "default_icon": { "16": "icons\/[email protected]", "32": "icons\/[email protected]" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "*:\/\/*.crunchyroll.com\/*", "*:\/\/*.crunchyrollsvc.com\/*", "*:\/\/*.gccrunchyroll.com\/*", "*:\/\/*.vrv.co\/*", "*:\/\/*.akamaized.net\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "assets\/src\/entries\/contentScript\/player\/main-5227f7bf.js", "assets\/render-3886e303.js", "assets\/settings-c3727c34.js", "assets\/index-241f90c3.js", "assets\/each-3d878967.js", "assets\/utils-74a6a87b.js", "assets\/main-875a1562.css" ], "matches": [ "https:\/\/static.crunchyroll.com\/*" ], "use_dynamic_url": true }, { "resources": [ "assets\/src\/entries\/contentScript\/website\/main-065838c0.js", "assets\/render-3886e303.js", "assets\/settings-c3727c34.js", "assets\/index-241f90c3.js", "assets\/main-a8767f05.css" ], "matches": [ "https:\/\/www.crunchyroll.com\/*" ], "use_dynamic_url": true } ] } |