Crunchyroll: continue watching bar

Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…

What is Crunchyroll: continue watching bar?

Crunchyroll: continue watching bar is a Chrome extension developed by Unknown, and its main feature is "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".

Extension Screenshots

screenshot

Download Crunchyroll: continue watching bar Extension CRX File

Download Crunchyroll: continue watching bar 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

                        Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new un-watched items from your queue.                    

Extension Basic Information

Name Crunchyroll: continue watching bar Crunchyroll: continue watching bar
ID igdnfbkbeonbbolijhhgaipgaeankjka
Official URL https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka
Description Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
File Size 36.71 KB
Installation Count 229
Current Version 1.0
Last Updated 2019-07-02
Publish Date 2019-07-02
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll: continue watching bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "16": "ico\/16.png",
            "32": "ico\/32.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}