Click Trap Remover, Shortlinker and POD post

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

Wat is Click Trap Remover, Shortlinker and POD post?

Click Trap Remover, Shortlinker and POD post is een Chrome-extensie ontwikkeld door Spockholm Tools, en de belangrijkste functie is "Makes Facebook dialogs right clickable and shortable. Now with PODs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click Trap Remover, Shortlinker and POD post

Download Click Trap Remover, Shortlinker and POD post-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Click Trap Remover, Shortlinker and POD post Click Trap Remover, Shortlinker and POD post
ID bfkpgpnhpamnbamgbpdhegjehippjdgd
Officiële URL https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd
Beschrijving Makes Facebook dialogs right clickable and shortable. Now with PODs.
Bestandsgrootte 24.2 KB
Aantal Installaties 1,004
Huidige Versie 2.55
Laatst Bijgewerkt 2015-10-16
Publicatiedatum 2015-10-16
Beoordeling 4.00/5 Totaal 48 Beoordelingen
Ontwikkelaar Spockholm Tools
Betalingswijze free
Extensiewebsite http://www.spockholm.com/mafia/testing.php
Help Pagina-URL http://spockon.me/forum/
Ondersteunde Talen 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"
    ]
}