Kimmie
Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".
Co to jest Kimmie?
Kimmie to rozszerzenie Chrome opracowane przez defacto133, a jego główną funkcją jest „Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kimmie
Pobierz pliki rozszerzeń Kimmie 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
Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian". Soure code: https://github.com/defacto133/kimmie
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bdfamppahbpokcnpjpaflnpmffhejhnc |
Oficjalny URL | https://chrome.google.com/webstore/detail/kimmie/bdfamppahbpokcnpjpaflnpmffhejhnc |
Opis | Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian". |
Rozmiar pliku | 34.48 KB |
Liczba instalacji | 132 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2014-10-27 |
Data Publikacji | 2014-10-27 |
Ocena | 4.67/5 Łącznie 12 Oceny |
Deweloper | defacto133 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1", "name": "Kimmie", "description": "Replaces the \"Jong Un\" in Kim Jong Un's name to \"Kardashian\".", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |