Cera is planet

Cera is planet, Cera is life

Apa itu Cera is planet?

Cera is planet adalah ekstensi Chrome yang dikembangkan oleh Daniel Liljeberg, dan fitur utamanya adalah "Cera is planet, Cera is life".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cera is planet

Unduh file ekstensi Cera is planet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
URL Resmi https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Deskripsi Cera is planet, Cera is life
Ukuran File 594 KB
Jumlah Instalasi 27
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2015-10-16
Tanggal Publikasi 2015-10-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Daniel Liljeberg
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}