FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Co to jest FSMify?
FSMify to rozszerzenie Chrome opracowane przez memesoundboard.com, a jego główną funkcją jest „Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FSMify
Pobierz pliki rozszerzeń FSMify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | FSMify |
ID | fgkifhfhbmcophcoolkccobigjhgccgi |
Oficjalny URL | https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi |
Opis | Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text. |
Rozmiar pliku | 5.06 MB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-12-08 |
Data Publikacji | 2017-12-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | memesoundboard.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.randommemes.website/ |
Obsługiwane Języki | 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" } ] } |