Cuck to Smurf
This extension squanches the word cuck to smurf.
Co to jest Cuck to Smurf?
Cuck to Smurf to rozszerzenie Chrome opracowane przez Afal, a jego główną funkcją jest „This extension squanches the word cuck to smurf.”.
Pobierz plik CRX rozszerzenia Cuck to Smurf
Pobierz pliki rozszerzeń Cuck to Smurf 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
This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ofphpecnggajokednpbnbghnlloaccco |
Oficjalny URL | https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco |
Opis | This extension squanches the word cuck to smurf. |
Rozmiar pliku | 24.47 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-05-06 |
Data Publikacji | 2016-05-06 |
Deweloper | Afal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Smurf", "description": "This extension squanches the word cuck to smurf.", "version": "1.0", "icons": { "128": "smurf.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |