Spockholm Mafia Toolbar

Load spocklets with ease in Chrome

Apa itu Spockholm Mafia Toolbar?

Spockholm Mafia Toolbar adalah ekstensi Chrome yang dikembangkan oleh Spockholm Tools, dan fitur utamanya adalah "Load spocklets with ease in Chrome".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Spockholm Mafia Toolbar

Unduh file ekstensi Spockholm Mafia Toolbar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Spockholm Mafia Toolbar Spockholm Mafia Toolbar
ID kmnlgpakocffbjcgfibfdmgmfhjgepni
URL Resmi https://chrome.google.com/webstore/detail/spockholm-mafia-toolbar/kmnlgpakocffbjcgfibfdmgmfhjgepni
Deskripsi Load spocklets with ease in Chrome
Ukuran File 30.74 KB
Jumlah Instalasi 2,033
Versi Saat Ini 1.42.1
Terakhir Diperbarui 2016-01-06
Tanggal Publikasi 2016-01-06
Penilaian 4.78/5 Total 440 Penilaian
Pengembang Spockholm Tools
Tipe Pembayaran free
Situs Ekstensi http://www.spockholm.com/mafia/testing.php
URL Halaman Bantuan http://spockon.me/forum/
Bahasa yang Didukung 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
}