CloudyRoll
Managing your Crunchyroll queue has never been easier.
Cos'è CloudyRoll?
CloudyRoll è un'estensione di Chrome sviluppata da CloudMax, e la sua funzione principale è "Managing your Crunchyroll queue has never been easier.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CloudyRoll
Scarica i file di estensione CloudyRoll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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!
Informazioni di Base sull'Estensione
Nome | |
ID | dlllcfhpddibpcimgobcchnaknpbalod |
URL Ufficiale | https://chromewebstore.google.com/detail/cloudyroll/dlllcfhpddibpcimgobcchnaknpbalod |
Descrizione | Managing your Crunchyroll queue has never been easier. |
Dimensione del File | 548 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 1.2.3.94 |
Ultimo Aggiornamento | 2016-06-27 |
Data di Pubblicazione | 2016-06-27 |
Valutazione | 3.00/5 Totale 8 Valutazioni |
Sviluppatore | CloudMax |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cloudmodding.com/cloudyroll |
Lingue Supportate | 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 } |