Cera is planet

Cera is planet, Cera is life

Wat is Cera is planet?

Cera is planet is een Chrome-extensie ontwikkeld door Daniel Liljeberg, en de belangrijkste functie is "Cera is planet, Cera is life".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cera is planet

Download Cera is planet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
Officiële URL https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Beschrijving Cera is planet, Cera is life
Bestandsgrootte 594 KB
Aantal Installaties 27
Huidige Versie 1.3.1
Laatst Bijgewerkt 2015-10-16
Publicatiedatum 2015-10-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Daniel Liljeberg
Betalingswijze free
Ondersteunde Talen 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"
    ]
}