Cera is planet

Cera is planet, Cera is life

Cera is planetคืออะไร?

Cera is planet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Liljeberg และคุณลักษณะหลักของมันคือ "Cera is planet, Cera is life"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cera is planet

ดาวน์โหลดไฟล์ส่วนขยาย Cera is planet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
คำอธิบาย Cera is planet, Cera is life
ขนาดไฟล์ 594 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2015-10-16
วันที่เผยแพร่ 2015-10-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Daniel Liljeberg
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}