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…

¿Qué es Ten Percent Butts?

Ten Percent Butts es una extensión de Chrome desarrollada por littleviking001, y su función principal es "Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Ten Percent Butts

Descarga archivos de extensión Ten Percent Butts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
URL Oficial https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
Descripción Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
Tamaño del Archivo 559 KB
Cantidad de Instalaciones 69
Versión Actual 0.1.0
Última Actualización 2016-03-24
Fecha de Publicación 2016-03-23
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador littleviking001
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}