Pray to Fart

Fun for the whole family

Pray to Fartคืออะไร?

Pray to Fart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mpr และคุณลักษณะหลักของมันคือ "Fun for the whole family"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pray to Fart

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

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

                        This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc.  Great fun, especially on social media.                    

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

ชื่อ Pray to Fart Pray to Fart
ID nicdgjjkneinkhodkcddlmlpffcbnamm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm
คำอธิบาย Fun for the whole family
ขนาดไฟล์ 17.26 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-09-17
วันที่เผยแพร่ 2016-09-17
ผู้พัฒนา mpr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pray to Fart",
    "version": "1.0",
    "description": "Fun for the whole family",
    "icons": {
        "16": "images\/iconsmall.png",
        "48": "images\/iconmed.png",
        "128": "images\/iconbig.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}