FSMify

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

FSMify là gì?

FSMify là một tiện ích mở rộng Chrome được phát triển bởi memesoundboard.com, và tính năng chính của nó là "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FSMify

Tải xuống các tệp mở rộng FSMify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FSMify FSMify
ID fgkifhfhbmcophcoolkccobigjhgccgi
URL Chính Thức https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi
Mô tả Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Kích Thước Tệp 5.06 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-12-08
Ngày Phát Hành 2017-12-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển memesoundboard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.randommemes.website/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}