Click Trap Remover, Shortlinker and POD post

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

What is Click Trap Remover, Shortlinker and POD post?

Click Trap Remover, Shortlinker and POD post is a Chrome extension developed by Spockholm Tools, and its main feature is "Makes Facebook dialogs right clickable and shortable. Now with PODs.".

Extension Screenshots

screenshot

Download Click Trap Remover, Shortlinker and POD post Extension CRX File

Download Click Trap Remover, Shortlinker and POD post extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Click Trap Remover, Shortlinker and POD post Click Trap Remover, Shortlinker and POD post
ID bfkpgpnhpamnbamgbpdhegjehippjdgd
Official URL https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd
Description Makes Facebook dialogs right clickable and shortable. Now with PODs.
File Size 24.2 KB
Installation Count 1,004
Current Version 2.55
Last Updated 2015-10-16
Publish Date 2015-10-16
Rating 4.00/5 Total 48 Ratings
Developer Spockholm Tools
Payment Type free
Extension Website http://www.spockholm.com/mafia/testing.php
Help Page URL http://spockon.me/forum/
Supported Languages 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"
    ]
}