Spockholm Mafia Toolbar

Load spocklets with ease in Chrome

什麼是Spockholm Mafia Toolbar?

Spockholm Mafia Toolbar是由Spockholm Tools開發的Chrome擴展程式,該擴展的主要功能是“Load spocklets with ease in Chrome”。

擴展截圖

下載Spockholm Mafia Toolbar擴展crx文件

下載Spockholm Mafia Toolbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Spockholm Mafia Toolbar Spockholm Mafia Toolbar
ID kmnlgpakocffbjcgfibfdmgmfhjgepni
官方網址 https://chrome.google.com/webstore/detail/spockholm-mafia-toolbar/kmnlgpakocffbjcgfibfdmgmfhjgepni
簡介 Load spocklets with ease in Chrome
檔案大小 30.74 KB
安裝次數 2,033
目前版本 1.42.1
更新時間 2016-01-06
上架時間 2016-01-06
評分 4.78/5 共 440 次評分
開發者 Spockholm Tools
付費類型 free
擴展官網 http://www.spockholm.com/mafia/testing.php
說明頁面URL http://spockon.me/forum/
支援的語言 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
}