Click Trap Remover, Shortlinker and POD post

Makes Facebook dialogs right clickable and shortable. Now with PODs.

Click Trap Remover, Shortlinker and POD postとは何ですか?

Click Trap Remover, Shortlinker and POD postはSpockholm Toolsによって開発されたChromeの拡張機能で、その主な機能は「Makes Facebook dialogs right clickable and shortable. Now with PODs.」です。

拡張機能のスクリーンショット

screenshot

Click Trap Remover, Shortlinker and POD post拡張機能のCRXファイルをダウンロード

Click Trap Remover, Shortlinker and POD post拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When playing the FB Wrapped Mafia Wars game, Facebook adds a block to copy-paste text content. This extension vill remove that.

Bonus feature, enables you to shorturl links with the spockon.me service from Spockholm Mafia Tools.

Now with POD support!
Change settings on the addons page.                    

拡張機能の基本情報

名前 Click Trap Remover, Shortlinker and POD post Click Trap Remover, Shortlinker and POD post
ID bfkpgpnhpamnbamgbpdhegjehippjdgd
公式URL https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd
説明 Makes Facebook dialogs right clickable and shortable. Now with PODs.
ファイルサイズ 24.2 KB
インストール数 1,004
現在のバージョン 2.55
最終更新日 2015-10-16
公開日 2015-10-16
評価 4.00/5 合計 48 レビュー
開発者 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": "Click Trap Remover, Shortlinker and POD post",
    "short_name": "ClickTrapShort",
    "homepage_url": "http:\/\/www.spockholm.com\/mafia\/donate.php",
    "version": "2.55",
    "manifest_version": 2,
    "description": "Makes Facebook dialogs right clickable and shortable. Now with PODs.",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "clicktrap\/options.html",
    "options_ui": {
        "page": "clicktrap\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.facebook.com\/dialog\/feed*",
                "*:\/\/www.facebook.com\/*\/dialog\/feed*",
                "*:\/\/apps.facebook.com\/inthemafia\/*"
            ],
            "run_at": "document_end",
            "js": [
                "clicktrap\/clicktrap.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/spockon.me\/*",
        "*:\/\/pod.mwlists.com\/*",
        "*:\/\/mwlists.com\/*",
        "storage"
    ]
}