FSMify

Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.

FSMifyคืออะไร?

FSMify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย memesoundboard.com และคุณลักษณะหลักของมันคือ "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text."

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

screenshot

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

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

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

                        Changes: 

God, Jesus Christ, Allah, Yahweh -> The Flying Spaghetti Monster
OMG -> OMFSM
Amen -> R'amen
Ramadan -> Ramendan
Passover -> Pastover
Hello, Hi, Hey -> Ahoy
Christmas -> ChriFSMas                    

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

ชื่อ FSMify FSMify
ID fgkifhfhbmcophcoolkccobigjhgccgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi
คำอธิบาย Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
ขนาดไฟล์ 5.06 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-12-08
วันที่เผยแพร่ 2017-12-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา memesoundboard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.randommemes.website/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FSMify",
    "description": "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}