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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}