Like go home

Like go home. No more like button in facebook. Post a comment use Words !!

Cos'è Like go home?

Like go home è un'estensione di Chrome sviluppata da http://likegohome.tomasrawski.com.ar, e la sua funzione principale è "Like go home. No more like button in facebook. Post a comment use Words !!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Like go home

Scarica i file di estensione Like go home 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

                        This extension removes the button "Like" on Facebook. Communicate with text!
---
Esta extensión elimina el botón de "Me gusta" de Facebook. Comunicate con texto !

Created by: Dolores Martin & Tomás Rawski                    

Informazioni di Base sull'Estensione

Nome Like go home Like go home
ID bdmgjddbjangdgfbocilhgkkklkgfeka
URL Ufficiale https://chrome.google.com/webstore/detail/bdmgjddbjangdgfbocilhgkkklkgfeka
Descrizione Like go home. No more like button in facebook. Post a comment use Words !!
Dimensione del File 179 KB
Conteggio Installazioni 15
Versione Corrente 1.1.0
Ultimo Aggiornamento 2016-05-30
Data di Pubblicazione 2016-05-30
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore http://likegohome.tomasrawski.com.ar
Tipo di Pagamento free
Sito Web dell'Estensione http://likegohome.tomasrawski.com.ar
URL della Pagina di Aiuto http://likegohome.tomasrawski.com.ar
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like go home",
    "version": "1.1.0",
    "author": "Dolores Martin & Tomas Rawski",
    "description": "Like go home. No more like button in facebook. Post a comment use Words !!",
    "icons": {
        "128": "Icon-128.png",
        "48": "Icon-48.png",
        "16": "Icon-16.png"
    },
    "content_scripts": [
        {
            "js": [
                "fbblock_end.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "run_at": "document_end"
        }
    ]
}