FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Apa itu FSMify?
FSMify adalah ekstensi Chrome yang dikembangkan oleh memesoundboard.com, dan fitur utamanya adalah "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FSMify
Unduh file ekstensi FSMify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | fgkifhfhbmcophcoolkccobigjhgccgi |
| URL Resmi | https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi |
| Deskripsi | Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text. |
| Ukuran File | 5.06 MB |
| Jumlah Instalasi | 21 |
| Versi Saat Ini | 1.0.2 |
| Terakhir Diperbarui | 2017-12-08 |
| Tanggal Publikasi | 2017-12-08 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | memesoundboard.com |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://www.randommemes.website/ |
| Bahasa yang Didukung | 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"
}
]
} | |