CloudyRoll

Managing your Crunchyroll queue has never been easier.

What is CloudyRoll?

CloudyRoll is a Chrome extension developed by CloudMax, and its main feature is "Managing your Crunchyroll queue has never been easier.".

Extension Screenshots

screenshot
screenshot

Download CloudyRoll Extension CRX File

Download CloudyRoll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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!                    

Extension Basic Information

Name CloudyRoll CloudyRoll
ID dlllcfhpddibpcimgobcchnaknpbalod
Official URL https://chromewebstore.google.com/detail/cloudyroll/dlllcfhpddibpcimgobcchnaknpbalod
Description Managing your Crunchyroll queue has never been easier.
File Size 548 KB
Installation Count 150
Current Version 1.2.3.94
Last Updated 2016-06-27
Publish Date 2016-06-27
Rating 3.00/5 Total 8 Ratings
Developer CloudMax
Payment Type free
Extension Website http://cloudmodding.com/cloudyroll
Supported Languages 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
}