Cera is planet
Cera is planet, Cera is life
什麼是Cera is planet?
Cera is planet是由Daniel Liljeberg開發的Chrome擴展程式,該擴展的主要功能是“Cera is planet, Cera is life”。
擴展截圖
下載Cera is planet擴展crx文件
下載Cera is planet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Show your appreciation to the romantic, loving, god and planet, Michael Cera!
Replaces all images on sites with Michael Cera, also replaces words such as "Planet" with "Cera". 擴展基本資訊
| 名稱 | |
| ID | ahngimdlepafjbemhofaphkdannckjkn |
| 官方網址 | https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn |
| 簡介 | Cera is planet, Cera is life |
| 檔案大小 | 594 KB |
| 安裝次數 | 27 |
| 目前版本 | 1.3.1 |
| 更新時間 | 2015-10-16 |
| 上架時間 | 2015-10-16 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Daniel Liljeberg |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cera is planet",
"version": "1.3.1",
"manifest_version": 2,
"description": "Cera is planet, Cera is life",
"options_page": "options.html",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"include_globs": [
"*"
],
"js": [
"contentscript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_globs": [
"https:\/\/www.google.*\/search*",
"http:\/\/www.google.*\/search*",
"http:\/\/www.google.*\/#q*",
"https:\/\/www.google.*\/#q*",
"http:\/\/maps.google.*\/*",
"https:\/\/maps.google.*\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
"images\/cera1.png",
"images\/ceraisplanet.png"
]
} | |