Mafia Wars Switch Tool

Mafia Wars Switch Tool

什麼是Mafia Wars Switch Tool?

Mafia Wars Switch Tool是由davevg開發的Chrome擴展程式,該擴展的主要功能是“Mafia Wars Switch Tool”。

下載Mafia Wars Switch Tool擴展crx文件

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

擴展使用說明

                        Adds Mafia Wars links to facebook pages automatically                    

擴展基本資訊

名稱 Mafia Wars Switch Tool Mafia Wars Switch Tool
ID gjnjcmiflomhchdkecpoeoobkjcjbpfc
官方網址 https://chrome.google.com/webstore/detail/mafia-wars-switch-tool/gjnjcmiflomhchdkecpoeoobkjcjbpfc
簡介 Mafia Wars Switch Tool
檔案大小 47.07 KB
安裝次數 88
目前版本 1.2
更新時間 2012-12-18
上架時間 2012-12-18
評分 4.13/5 共 16 次評分
開發者 davevg
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mafia Wars Switch Tool",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Mafia Wars Switch Tool",
    "icons": {
        "128": "128x128.jpg"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.8.3.min.js",
                "switch.user.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": []
}