Click Trap Remover, Shortlinker and POD post

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

Cos'è Click Trap Remover, Shortlinker and POD post?

Click Trap Remover, Shortlinker and POD post è un'estensione di Chrome sviluppata da Spockholm Tools, e la sua funzione principale è "Makes Facebook dialogs right clickable and shortable. Now with PODs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click Trap Remover, Shortlinker and POD post

Scarica i file di estensione Click Trap Remover, Shortlinker and POD post in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click Trap Remover, Shortlinker and POD post Click Trap Remover, Shortlinker and POD post
ID bfkpgpnhpamnbamgbpdhegjehippjdgd
URL Ufficiale https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd
Descrizione Makes Facebook dialogs right clickable and shortable. Now with PODs.
Dimensione del File 24.2 KB
Conteggio Installazioni 1,004
Versione Corrente 2.55
Ultimo Aggiornamento 2015-10-16
Data di Pubblicazione 2015-10-16
Valutazione 4.00/5 Totale 48 Valutazioni
Sviluppatore Spockholm Tools
Tipo di Pagamento free
Sito Web dell'Estensione http://www.spockholm.com/mafia/testing.php
URL della Pagina di Aiuto http://spockon.me/forum/
Lingue Supportate 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"
    ]
}