Random Cartoon Picker

Selects a random episode from the Episode List on watchcartoononline.com.

What is Random Cartoon Picker?

Random Cartoon Picker is a Chrome extension developed by @Micah, and its main feature is "Selects a random episode from the Episode List on watchcartoononline.com.".

Download Random Cartoon Picker Extension CRX File

Download Random Cartoon Picker 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

                        Navigate to watchcartoononline.com and select your favorite program.

Click the Random Cartoon Picker icon and a randomly selected episode will be chosen from the Episode List and opened in a new browser tab.                    

Extension Basic Information

Name Random Cartoon Picker Random Cartoon Picker
ID afmpfjpbnbofmamepllkolhajgcmnffd
Official URL https://chrome.google.com/webstore/detail/random-cartoon-picker/afmpfjpbnbofmamepllkolhajgcmnffd
Description Selects a random episode from the Episode List on watchcartoononline.com.
File Size 66.07 KB
Installation Count 22
Current Version 1.0
Last Updated 2014-09-25
Publish Date 2014-09-25
Rating 1.00/5 Total 1 Ratings
Developer @Micah
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Cartoon Picker",
    "description": "Selects a random episode from the Episode List on watchcartoononline.com.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}