Anime Roulette

Selects a Random Anime for you to view.

Anime Rouletteとは何ですか?

Anime Rouletteはfortoyerによって開発されたChromeの拡張機能で、その主な機能は「Selects a Random Anime for you to view.」です。

Anime Roulette拡張機能のCRXファイルをダウンロード

Anime Roulette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Anime Roulette Anime Roulette
ID mhecaahbcoakgbbimmbhcgglijdjngha
公式URL https://chrome.google.com/webstore/detail/anime-roulette/mhecaahbcoakgbbimmbhcgglijdjngha
説明 Selects a Random Anime for you to view.
ファイルサイズ 5.02 KB
インストール数 86
現在のバージョン 0.1
最終更新日 2014-04-04
公開日 2014-04-04
評価 3.00/5 合計 2 レビュー
開発者 fortoyer
支払い方法 free
対応言語 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"
    ]
}