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".
扩展基本信息
名称 | Cera is planet |
ID | ahngimdlepafjbemhofaphkdannckjkn |
官方URL | 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" ] } |