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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}