4k To Butt

Replaces 4k with Butt all over the web

Cos'è 4k To Butt?

4k To Butt è un'estensione di Chrome sviluppata da JTaylorApps, e la sua funzione principale è "Replaces 4k with Butt all over the web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 4k To Butt

Scarica i file di estensione 4k To Butt 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

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

Informazioni di Base sull'Estensione

Nome 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
URL Ufficiale https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Descrizione Replaces 4k with Butt all over the web
Dimensione del File 15.87 KB
Conteggio Installazioni 180
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-06-06
Data di Pubblicazione 2014-06-05
Valutazione 3.90/5 Totale 10 Valutazioni
Sviluppatore JTaylorApps
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}