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…

Co to jest Ten Percent Butts?

Ten Percent Butts to rozszerzenie Chrome opracowane przez littleviking001, a jego główną funkcją jest „Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ten Percent Butts

Pobierz pliki rozszerzeń Ten Percent Butts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
Oficjalny URL https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
Opis Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
Rozmiar pliku 559 KB
Liczba instalacji 69
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2016-03-24
Data Publikacji 2016-03-23
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper littleviking001
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}