Systemd butts

Replace the word systemd with butts.

Systemd buttsคืออะไร?

Systemd butts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jessfraz และคุณลักษณะหลักของมันคือ "Replace the word systemd with butts."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Systemd butts

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

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

                        Replace systemd with butts on webpages.

Source Code: https://github.com/jfrazelle/systemd-butts                    

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

ชื่อ Systemd butts Systemd butts
ID cdlammifaiaedopfjihjnlidjjkcngja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja
คำอธิบาย Replace the word systemd with butts.
ขนาดไฟล์ 37.6 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2016-06-24
วันที่เผยแพร่ 2016-06-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jessfraz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jfrazelle/systemd-butts
URL หน้าช่วยเหลือ https://github.com/jfrazelle/systemd-butts
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Systemd butts",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Replace the word systemd with butts.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}