Cera is planet

Cera is planet, Cera is life

Co je Cera is planet?

Cera is planet je rozšíření Chrome vyvinuté Daniel Liljeberg, a jeho hlavní funkcí je „Cera is planet, Cera is life“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cera is planet

Stáhněte si soubory rozšíření Cera is planet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
Oficiální URL https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Popis Cera is planet, Cera is life
Velikost souboru 594 KB
Počet instalací 27
Aktuální Verze 1.3.1
Poslední Aktualizace 2015-10-16
Datum Vydání 2015-10-16
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Daniel Liljeberg
Typ Platby free
Podporované Jazyky 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"
    ]
}