CloudyRoll
Managing your Crunchyroll queue has never been easier.
什麼是CloudyRoll?
CloudyRoll是由CloudMax開發的Chrome擴展程式,該擴展的主要功能是“Managing your Crunchyroll queue has never been easier.”。
擴展截圖
下載CloudyRoll擴展crx文件
下載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 |
官方網址 | 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 } |