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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}