FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Vad är FSMify?
FSMify är en Chrome-tillägg utvecklad av memesoundboard.com, och dess huvudfunktion är "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".
Tilläggsskärmbilder
Ladda ner FSMify-förlängningens CRX-fil
Ladda ner FSMify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | FSMify |
ID | fgkifhfhbmcophcoolkccobigjhgccgi |
Officiell webbadress | https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi |
Beskrivning | Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text. |
Filstorlek | 5.06 MB |
Antal Installationer | 21 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2017-12-08 |
Publiceringsdatum | 2017-12-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | memesoundboard.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.randommemes.website/ |
Stödda Språk | 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" } ] } |