WTFOSAURUS Agar.io

Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.

什麼是WTFOSAURUS Agar.io?

WTFOSAURUS Agar.io是由proxus.g開發的Chrome擴展程式,該擴展的主要功能是“Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.”。

擴展截圖

screenshot

下載WTFOSAURUS Agar.io擴展crx文件

下載WTFOSAURUS Agar.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!                    

擴展基本資訊

名稱 WTFOSAURUS Agar.io WTFOSAURUS Agar.io
ID johefdgflphlkclaiokmmfjkkpnhhdkb
官方網址 https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb
簡介 Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
檔案大小 221 KB
安裝次數 434
目前版本 1.2
更新時間 2015-07-11
上架時間 2015-07-11
評分 3.12/5 共 65 次評分
開發者 proxus.g
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WTFOSAURUS Agar.io",
    "description": "Simply adds a button to Agar.io to connect to the official twitch.tv\/WTFOSAURUS server.",
    "version": "1.2",
    "permissions": [
        "http:\/\/agar.io\/"
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "WTFOSAURUS AGAR"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "joinButton.js"
            ]
        }
    ],
    "manifest_version": 2
}