Cera is planet

Cera is planet, Cera is life

Cera is planet là gì?

Cera is planet là một tiện ích mở rộng Chrome được phát triển bởi Daniel Liljeberg, và tính năng chính của nó là "Cera is planet, Cera is life".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cera is planet

Tải xuống các tệp mở rộng Cera is planet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cera is planet Cera is planet
ID ahngimdlepafjbemhofaphkdannckjkn
URL Chính Thức https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn
Mô tả Cera is planet, Cera is life
Kích Thước Tệp 594 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-10-16
Ngày Phát Hành 2015-10-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniel Liljeberg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}