Anime Roulette

Selects a Random Anime for you to view.

What is Anime Roulette?

Anime Roulette is a Chrome extension developed by fortoyer, and its main feature is "Selects a Random Anime for you to view.".

Download Anime Roulette Extension CRX File

Download Anime Roulette 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

                        When the button is clicked, will pull a random Anime to watch form the Animefreak site and opens it in a new tab.                    

Extension Basic Information

Name Anime Roulette Anime Roulette
ID mhecaahbcoakgbbimmbhcgglijdjngha
Official URL https://chrome.google.com/webstore/detail/anime-roulette/mhecaahbcoakgbbimmbhcgglijdjngha
Description Selects a Random Anime for you to view.
File Size 5.02 KB
Installation Count 86
Current Version 0.1
Last Updated 2014-04-04
Publish Date 2014-04-04
Rating 3.00/5 Total 2 Ratings
Developer fortoyer
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Roulette",
    "description": "Selects a Random Anime for you to view.",
    "version": "0.1",
    "background": {
        "persistent": false,
        "scripts": [
            "GetAnime.js"
        ]
    },
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.jpg",
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*.animefreak.tv\/*",
        "background"
    ]
}