The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
Cos'è The Other Kim?
The Other Kim è un'estensione di Chrome sviluppata da smith.nick.nz, e la sua funzione principale è "Replaces 'Kardashian' with 'Jong Un' in browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Other Kim
Scarica i file di estensione The Other Kim in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
Descrizione | Replaces 'Kardashian' with 'Jong Un' in browser. |
Dimensione del File | 33.98 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-05-05 |
Data di Pubblicazione | 2015-05-05 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | smith.nick.nz |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |