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. 擴展基本資訊
| 名稱 | |
| ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
| 官方網址 | 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"
]
} | |