Bubber-O-Matic
Replaces all images with images of Bubber.
什麼是Bubber-O-Matic?
Bubber-O-Matic是由Null4President開發的Chrome擴展程式,該擴展的主要功能是“Replaces all images with images of Bubber.”。
擴展截圖
下載Bubber-O-Matic擴展crx文件
下載Bubber-O-Matic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
May cause issues when browsing SSL secured websites. 擴展基本資訊
| 名稱 | |
| ID | ogljgmfneplhjbcahmekaeichmngdmpd |
| 官方網址 | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
| 簡介 | Replaces all images with images of Bubber. |
| 檔案大小 | 82.45 KB |
| 安裝次數 | 21 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2013-09-08 |
| 上架時間 | 2013-09-08 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Null4President |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Null4President",
"name": "Bubber-O-Matic",
"description": "Replaces all images with images of Bubber.",
"icons": {
"16": "Icon_16.png",
"48": "Icon_48.png",
"128": "Icon_128.png"
},
"version": "1.0.1",
"content_scripts": [
{
"js": [
"jquery.js",
"background.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |