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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |