CloudyRoll
Managing your Crunchyroll queue has never been easier.
CloudyRollคืออะไร?
CloudyRoll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudMax และคุณลักษณะหลักของมันคือ "Managing your Crunchyroll queue has never been easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudyRoll
ดาวน์โหลดไฟล์ส่วนขยาย CloudyRoll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Receive notifications when new episodes become available. - Get a quick overview of which day all series air and schedule your week accordingly. - Series are grouped depending on whether you're following a simulcast, watching ocassionally, put on hold, haven't began watching at all, or finished. - Marking episodes as seen. Especially useful for minisodes where Crunchyroll or CloudyRoll may fail to properly mark an episode as seen. - ... And much more!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlllcfhpddibpcimgobcchnaknpbalod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloudyroll/dlllcfhpddibpcimgobcchnaknpbalod |
คำอธิบาย | Managing your Crunchyroll queue has never been easier. |
ขนาดไฟล์ | 548 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 1.2.3.94 |
อัปเดตครั้งล่าสุด | 2016-06-27 |
วันที่เผยแพร่ | 2016-06-27 |
คะแนน | 3.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | CloudMax |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://cloudmodding.com/cloudyroll |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Max 'CloudMax' Persson", "name": "CloudyRoll", "short_name": "CloudyRoll", "version": "1.2.3.94", "description": "Managing your Crunchyroll queue has never been easier.", "omnibox": { "keyword": "cr" }, "permissions": [ "storage", "background", "cookies", "contextMenus", "notifications", "alarms", "*:\/\/*.crunchyroll.com\/*" ], "icons": { "16": "assets\/images\/cr.png", "48": "assets\/images\/cr.png", "128": "assets\/images\/cr.png" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "assets\/images\/cr.png", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_scripts": [ { "js": [ "content\/content.js" ], "css": [ "content\/content.css" ], "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "run_at": "document_end" }, { "js": [ "queue\/queue.js" ], "css": [ "queue\/queue.css" ], "matches": [ "*:\/\/*.crunchyroll.com\/home\/queue*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content\/content.js.map", "queue\/queue.js.map" ], "manifest_version": 2 } |