4k To Butt

Replaces 4k with Butt all over the web

Apa itu 4k To Butt?

4k To Butt adalah ekstensi Chrome yang dikembangkan oleh JTaylorApps, dan fitur utamanya adalah "Replaces 4k with Butt all over the web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 4k To Butt

Unduh file ekstensi 4k To Butt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
URL Resmi https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Deskripsi Replaces 4k with Butt all over the web
Ukuran File 15.87 KB
Jumlah Instalasi 180
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-06-06
Tanggal Publikasi 2014-06-05
Penilaian 3.90/5 Total 10 Penilaian
Pengembang JTaylorApps
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}