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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย littleviking001 และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ten Percent Butts

ดาวน์โหลดไฟล์ส่วนขยาย Ten Percent Butts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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"
        ]
    }
}