4k To Butt

Replaces 4k with Butt all over the web

4k To Buttคืออะไร?

4k To Butt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JTaylorApps และคุณลักษณะหลักของมันคือ "Replaces 4k with Butt all over the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4k To Butt

ดาวน์โหลดไฟล์ส่วนขยาย 4k To Butt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
คำอธิบาย Replaces 4k with Butt all over the web
ขนาดไฟล์ 15.87 KB
จำนวนการติดตั้ง 180
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-06-06
วันที่เผยแพร่ 2014-06-05
คะแนน 3.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา JTaylorApps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}