Sweet Ass-Extension

Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.

Cos'è Sweet Ass-Extension?

Sweet Ass-Extension è un'estensione di Chrome sviluppata da patrickpan, e la sua funzione principale è "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".

Scarica il file CRX dell'estensione Sweet Ass-Extension

Scarica i file di estensione Sweet Ass-Extension 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

                        Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37                    

Informazioni di Base sull'Estensione

Nome Sweet Ass-Extension Sweet Ass-Extension
ID idfbpaffchkcafldjoobhmbpekhhnkjg
URL Ufficiale https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg
Descrizione Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Dimensione del File 3.45 KB
Conteggio Installazioni 10
Versione Corrente 1
Ultimo Aggiornamento 2015-04-09
Data di Pubblicazione 2015-04-09
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore patrickpan
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.",
    "manifest_version": 2,
    "name": "Sweet Ass-Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1"
}