Cera is planet

Cera is planet, Cera is life

Was ist Cera is planet?

Cera is planet ist eine Chrome-Erweiterung, die von Daniel Liljeberg entwickelt wurde, und ihr Hauptmerkmal ist "Cera is planet, Cera is life".

Erweiterungsscreenshots

screenshot

Cera is planet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cera is planet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
Offizielle URL https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Beschreibung Cera is planet, Cera is life
Dateigröße 594 KB
Installationsanzahl 27
Aktuelle Version 1.3.1
Letztes Update 2015-10-16
Veröffentlichungsdatum 2015-10-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Daniel Liljeberg
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}