Mafia Wars Switch Tool

Mafia Wars Switch Tool

Wat is Mafia Wars Switch Tool?

Mafia Wars Switch Tool is een Chrome-extensie ontwikkeld door davevg, en de belangrijkste functie is "Mafia Wars Switch Tool".

Download het CRX-bestand van de extensie Mafia Wars Switch Tool

Download Mafia Wars Switch Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds Mafia Wars links to facebook pages automatically                    

Basisinformatie over de Extensie

Naam Mafia Wars Switch Tool Mafia Wars Switch Tool
ID gjnjcmiflomhchdkecpoeoobkjcjbpfc
Officiële URL https://chrome.google.com/webstore/detail/mafia-wars-switch-tool/gjnjcmiflomhchdkecpoeoobkjcjbpfc
Beschrijving Mafia Wars Switch Tool
Bestandsgrootte 47.07 KB
Aantal Installaties 88
Huidige Versie 1.2
Laatst Bijgewerkt 2012-12-18
Publicatiedatum 2012-12-18
Beoordeling 4.13/5 Totaal 16 Beoordelingen
Ontwikkelaar davevg
Betalingswijze free
Ondersteunde Talen 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": []
}