Mafia Wars Switch Tool

Mafia Wars Switch Tool

Hvad er Mafia Wars Switch Tool?

Mafia Wars Switch Tool er en Chrome-udvidelse udviklet af davevg, og dens hovedfunktion er "Mafia Wars Switch Tool".

Download Mafia Wars Switch Tool-udvidelses-CRX-fil

Download Mafia Wars Switch Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Adds Mafia Wars links to facebook pages automatically                    

Grundlæggende oplysninger om udvidelsen

Navn Mafia Wars Switch Tool Mafia Wars Switch Tool
ID gjnjcmiflomhchdkecpoeoobkjcjbpfc
Officiel URL https://chrome.google.com/webstore/detail/mafia-wars-switch-tool/gjnjcmiflomhchdkecpoeoobkjcjbpfc
Beskrivelse Mafia Wars Switch Tool
Filstørrelse 47.07 KB
Antal Installationer 88
Nuværende Version 1.2
Senest Opdateret 2012-12-18
Udgivelsesdato 2012-12-18
Bedømmelse 4.13/5 Samlet 16 Bedømmelser
Udvikler davevg
Betalingsmetode free
Understøttede Sprog 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": []
}