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 |
公式URL | 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 } |