FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Qu'est-ce que FSMify ?
FSMify est une extension Chrome développée par memesoundboard.com, et sa fonction principale est "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FSMify
Téléchargez les fichiers d'extension FSMify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | FSMify |
ID | fgkifhfhbmcophcoolkccobigjhgccgi |
URL Officiel | https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi |
Description | Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text. |
Taille du Fichier | 5.06 MB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-12-08 |
Date de Publication | 2017-12-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | memesoundboard.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.randommemes.website/ |
Langues Prises en Charge | 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" } ] } |