Ten Percent Butts

Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…

Apa itu Ten Percent Butts?

Ten Percent Butts adalah ekstensi Chrome yang dikembangkan oleh littleviking001, dan fitur utamanya adalah "Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ten Percent Butts

Unduh file ekstensi Ten Percent Butts 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

                        Provides butts.

Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best to respect sentence structure and capitalization. New functionality lets you take the wheel and decide exactly what percent of words to replace on a page!                    

Informasi Dasar Ekstensi

Nama Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
URL Resmi https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
Deskripsi Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
Ukuran File 559 KB
Jumlah Instalasi 69
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2016-03-24
Tanggal Publikasi 2016-03-23
Penilaian 4.43/5 Total 7 Penilaian
Pengembang littleviking001
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ten Percent Butts",
    "version": "0.1.0",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jspos-0.2.2\/lexer.js",
                "jspos-0.2.2\/lexicon.js_",
                "jspos-0.2.2\/POSTagger.js",
                "tenpb.js",
                "tenpb.chrome.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}