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…

Was ist Ten Percent Butts?

Ten Percent Butts ist eine Chrome-Erweiterung, die von littleviking001 entwickelt wurde, und ihr Hauptmerkmal ist "Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…".

Erweiterungsscreenshots

screenshot
screenshot

Ten Percent Butts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ten Percent Butts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
Offizielle URL https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
Beschreibung Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
Dateigröße 559 KB
Installationsanzahl 69
Aktuelle Version 0.1.0
Letztes Update 2016-03-24
Veröffentlichungsdatum 2016-03-23
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler littleviking001
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}