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…

Cos'è Ten Percent Butts?

Ten Percent Butts è un'estensione di Chrome sviluppata da littleviking001, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ten Percent Butts

Scarica i file di estensione Ten Percent Butts 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
URL Ufficiale https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
Descrizione Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
Dimensione del File 559 KB
Conteggio Installazioni 69
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-03-24
Data di Pubblicazione 2016-03-23
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore littleviking001
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}