The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
Co je The Other Kim?
The Other Kim je rozšíření Chrome vyvinuté smith.nick.nz, a jeho hlavní funkcí je „Replaces 'Kardashian' with 'Jong Un' in browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření The Other Kim
Stáhněte si soubory rozšíření The Other Kim ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Replaces any mention of 'Kardashian' with 'Jong-Un' to make your web browsing experience a more pleasant one. Note: May interfere with photos does not work in google search results
Základní Informace o Rozšíření
Název | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
Oficiální URL | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
Popis | Replaces 'Kardashian' with 'Jong Un' in browser. |
Velikost souboru | 33.98 KB |
Počet instalací | 27 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-05-05 |
Datum Vydání | 2015-05-05 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | smith.nick.nz |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Other Kim", "version": "0.1", "description": "Replaces 'Kardashian' with 'Jong Un' in browser.", "icons": { "48": "smallicon.png", "128": "bigicon.png" }, "permissions": [ "tabs", "http:\/\/*\/*, https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "kardashian.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |