The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
什麼是The Other Kim?
The Other Kim是由smith.nick.nz開發的Chrome擴展程式,該擴展的主要功能是“Replaces 'Kardashian' with 'Jong Un' in browser.”。
擴展截圖
下載The Other Kim擴展crx文件
下載The Other Kim擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
官方網址 | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
簡介 | Replaces 'Kardashian' with 'Jong Un' in browser. |
檔案大小 | 33.98 KB |
安裝次數 | 27 |
目前版本 | 0.1 |
更新時間 | 2015-05-05 |
上架時間 | 2015-05-05 |
評分 | 3.00/5 共 2 次評分 |
開發者 | smith.nick.nz |
付費類型 | free |
支援的語言 | 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 } |