Cera is planet

Cera is planet, Cera is life

What is Cera is planet?

Cera is planet is a Chrome extension developed by Daniel Liljeberg, and its main feature is "Cera is planet, Cera is life".

Extension Screenshots

screenshot

Download Cera is planet Extension CRX File

Download Cera is planet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
Official URL https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Description Cera is planet, Cera is life
File Size 594 KB
Installation Count 27
Current Version 1.3.1
Last Updated 2015-10-16
Publish Date 2015-10-16
Rating 5.00/5 Total 2 Ratings
Developer Daniel Liljeberg
Payment Type free
Supported Languages 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"
    ]
}