Mafia Wars Switch Tool

Mafia Wars Switch Tool

What is Mafia Wars Switch Tool?

Mafia Wars Switch Tool is a Chrome extension developed by davevg, and its main feature is "Mafia Wars Switch Tool".

Download Mafia Wars Switch Tool Extension CRX File

Download Mafia Wars Switch Tool 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

                        Adds Mafia Wars links to facebook pages automatically                    

Extension Basic Information

Name Mafia Wars Switch Tool Mafia Wars Switch Tool
ID gjnjcmiflomhchdkecpoeoobkjcjbpfc
Official URL https://chrome.google.com/webstore/detail/mafia-wars-switch-tool/gjnjcmiflomhchdkecpoeoobkjcjbpfc
Description Mafia Wars Switch Tool
File Size 47.07 KB
Installation Count 88
Current Version 1.2
Last Updated 2012-12-18
Publish Date 2012-12-18
Rating 4.13/5 Total 16 Ratings
Developer davevg
Payment Type free
Supported Languages 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": []
}