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…

Hvad er Ten Percent Butts?

Ten Percent Butts er en Chrome-udvidelse udviklet af littleviking001, og dens hovedfunktion er "Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ten Percent Butts-udvidelses-CRX-fil

Download Ten Percent Butts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
Officiel URL https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
Beskrivelse Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
Filstørrelse 559 KB
Antal Installationer 69
Nuværende Version 0.1.0
Senest Opdateret 2016-03-24
Udgivelsesdato 2016-03-23
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler littleviking001
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}