The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
Wat is The Other Kim?
The Other Kim is een Chrome-extensie ontwikkeld door smith.nick.nz, en de belangrijkste functie is "Replaces 'Kardashian' with 'Jong Un' in browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Other Kim
Download The Other Kim-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
Officiële URL | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
Beschrijving | Replaces 'Kardashian' with 'Jong Un' in browser. |
Bestandsgrootte | 33.98 KB |
Aantal Installaties | 27 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-05-05 |
Publicatiedatum | 2015-05-05 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | smith.nick.nz |
Betalingswijze | free |
Ondersteunde Talen | 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 } |