Poopify!

If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.

Poopify!คืออะไร?

Poopify! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris S. และคุณลักษณะหลักของมันคือ "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective."

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

screenshot

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

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

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

                        Class up a boring website with some exciting little poops!                    

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

ชื่อ Poopify! Poopify!
ID gahlajlecbibcodipfoigpfjaflbdcop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poopify/gahlajlecbibcodipfoigpfjaflbdcop
คำอธิบาย If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.
ขนาดไฟล์ 10.73 KB
จำนวนการติดตั้ง 249
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-05-22
วันที่เผยแพร่ 2014-05-22
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Chris S.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poopify!",
    "description": "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "poopify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "poo_icon.png",
        "default_title": "TAKE A POO ON THIS PAGE"
    },
    "web_accessible_resources": [
        "pile_of_poo.png"
    ]
}