FSMify

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

什麼是FSMify?

FSMify是由memesoundboard.com開發的Chrome擴展程式,該擴展的主要功能是“Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.”。

擴展截圖

screenshot

下載FSMify擴展crx文件

下載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
官方網址 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"
        }
    ]
}