Spockholm Mafia Toolbar

Load spocklets with ease in Chrome

Qu'est-ce que Spockholm Mafia Toolbar ?

Spockholm Mafia Toolbar est une extension Chrome développée par Spockholm Tools, et sa fonction principale est "Load spocklets with ease in Chrome".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Spockholm Mafia Toolbar

Téléchargez les fichiers d'extension Spockholm Mafia Toolbar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Save your inner click monkey, use the Spockholm Mafia Tools "spocklets".
The toolbar will sit at the page top and let you run any spocklet, quick and easy.

This is the official toolbar from Spockholm for Mafia Wars on Facebook.

The spocklets (bookmarklets) are written on our spare time, because we like coding and saving click monkeys.
They are free to use for anyone that wishes to.
Consider the bookmarklets pintware, if you like them you can donate for a pint of beer.
A few extra bucks here and there will help cover server costs, coffee, pints and Tribble Shooters.
Donating is a great way to show your appreciation and support.
http://www.spockholm.com/mafia/donate.php

/ Martin, Pete, Eike and Brandon, a.k.a Team Spockholm                    

Informations de Base sur l'Extension

Nom Spockholm Mafia Toolbar Spockholm Mafia Toolbar
ID kmnlgpakocffbjcgfibfdmgmfhjgepni
URL Officiel https://chrome.google.com/webstore/detail/spockholm-mafia-toolbar/kmnlgpakocffbjcgfibfdmgmfhjgepni
Description Load spocklets with ease in Chrome
Taille du Fichier 30.74 KB
Nombre d'Installations 2,033
Version Actuelle 1.42.1
Dernière Mise à Jour 2016-01-06
Date de Publication 2016-01-06
Évaluation 4.78/5 Total 440 Évaluations
Développeur Spockholm Tools
Type de Paiement free
Site Web de l'Extension http://www.spockholm.com/mafia/testing.php
URL de la Page d'Aide http://spockon.me/forum/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spockholm Mafia Toolbar",
    "description": "Load spocklets with ease in Chrome",
    "version": "1.42.1",
    "permissions": [
        "unlimitedStorage",
        "*:\/\/*.spocklet.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mafiawars.zynga.com\/mwfb\/remote\/*",
                "*:\/\/apps.facebook.com\/inthemafia\/*"
            ],
            "js": [
                "spockholm_toolbar.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Spockholm Toolbar",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "manifest_version": 2
}