Cloud-Things To Butt

Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.

Apa itu Cloud-Things To Butt?

Cloud-Things To Butt adalah ekstensi Chrome yang dikembangkan oleh https://www.patik.com, dan fitur utamanya adalah "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cloud-Things To Butt

Unduh file ekstensi Cloud-Things 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

                        Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts".

Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt

Source code: https://github.com/patik/cloud-things-to-butt                    

Informasi Dasar Ekstensi

Nama Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
URL Resmi https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Deskripsi Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Ukuran File 3.96 KB
Jumlah Instalasi 23
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2014-02-15
Tanggal Publikasi 2014-02-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.patik.com
Tipe Pembayaran free
Situs Ekstensi http://patik.com/code/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud-Things To Butt",
    "version": "1.2.0",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.",
    "short_name": "Cloud-Things To Butt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cloud-things-to-butt.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}