FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
ما هو FSMify؟
FSMify هو إضافة Chrome تم تطويرها بواسطة memesoundboard.com، والميزة الرئيسية لها هي "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FSMify
قم بتنزيل ملفات الامتداد FSMify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [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"
}
]
} | |