jeff-who
Replaces Bezos with Jeff Who?
jeff-whoとは何ですか?
jeff-whoはlukeifyによって開発されたChromeの拡張機能で、その主な機能は「Replaces Bezos with Jeff Who?」です。
拡張機能のスクリーンショット
jeff-who拡張機能のCRXファイルをダウンロード
jeff-who拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.
拡張機能の基本情報
名前 | jeff-who |
ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
公式URL | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl |
説明 | Replaces Bezos with Jeff Who? |
ファイルサイズ | 93 KB |
インストール数 | 34 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-12-15 |
公開日 | 2017-12-14 |
評価 | 4.78/5 合計 9 レビュー |
開発者 | lukeify |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lukeify/jeff-who |
ヘルプページのURL | https://github.com/lukeify/jeff-who |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "A SpaceX Fan", "manifest_version": 2, "name": "jeff-who", "version": "1.0.2", "description": "Replaces Bezos with Jeff Who?", "icons": { "40": "icons\/icon-40.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/jeff-who.js" ] }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/Jeff_Bezos", "https:\/\/en.wikipedia.org\/wiki\/jeff_bezos", "https:\/\/en.wikipedia.org\/wiki\/Jeff_bezos", "https:\/\/en.wikipedia.org\/wiki\/jeff_Bezos" ], "js": [ "src\/wikipedia.js" ] }, { "matches": [ "https:\/\/twitter.com\/jeffbezos", "https:\/\/twitter.com\/jeffBezos", "https:\/\/twitter.com\/Jeffbezos", "https:\/\/twitter.com\/JeffBezos" ], "js": [ "src\/twitter.js" ] }, { "matches": [ "https:\/\/www.washingtonpost.com\/*" ], "js": [ "src\/washington-post.js" ] }, { "matches": [ "https:\/\/www.blueorigin.com\/" ], "js": [ "src\/blue-origin.js" ] } ], "web_accessible_resources": [ "images\/*.png" ] } |