The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
Hvad er The Other Kim?
The Other Kim er en Chrome-udvidelse udviklet af smith.nick.nz, og dens hovedfunktion er "Replaces 'Kardashian' with 'Jong Un' in browser.".
Udvidelsesskærmbilleder
Download The Other Kim-udvidelses-CRX-fil
Download The Other Kim-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
Officiel URL | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
Beskrivelse | Replaces 'Kardashian' with 'Jong Un' in browser. |
Filstørrelse | 33.98 KB |
Antal Installationer | 27 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-05-05 |
Udgivelsesdato | 2015-05-05 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | smith.nick.nz |
Betalingsmetode | free |
Understøttede Sprog | 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 } |