Cera is planet

Cera is planet, Cera is life

Qu'est-ce que Cera is planet ?

Cera is planet est une extension Chrome développée par Daniel Liljeberg, et sa fonction principale est "Cera is planet, Cera is life".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cera is planet

Téléchargez les fichiers d'extension Cera is planet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
URL Officiel https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Description Cera is planet, Cera is life
Taille du Fichier 594 KB
Nombre d'Installations 27
Version Actuelle 1.3.1
Dernière Mise à Jour 2015-10-16
Date de Publication 2015-10-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Daniel Liljeberg
Type de Paiement free
Langues Prises en Charge 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"
    ]
}