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…

Ten Percent Butts란 무엇입니까?

Ten Percent Butts은(는) littleviking001에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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
screenshot

Ten Percent Butts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
공식 URL https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
설명 Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
파일 크기 559 KB
설치 횟수 69
현재 버전 0.1.0
최근 업데이트 2016-03-24
출시 날짜 2016-03-23
평점 4.43/5 총 7 개의 평점
개발자 littleviking001
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        ]
    }
}