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.”。
扩展截图
下载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 |
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" } ] } |