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
官方網址 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"
    ]
}