Clown computing

Replaces the text 'cloud' with 'clown'.

ما هو Clown computing؟

Clown computing هو إضافة Chrome تم تطويرها بواسطة technoboy85، والميزة الرئيسية لها هي "Replaces the text 'cloud' with 'clown'.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Clown computing

قم بتنزيل ملفات الامتداد Clown computing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL                    

معلومات أساسية عن التمديد

الاسم Clown computing Clown computing
ID donnhmnpkaihbjbanpoiechcppadniam
عنوان URL الرسمي https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam
الوصف Replaces the text 'cloud' with 'clown'.
حجم الملف 32.76 KB
عدد التثبيتات 69
النسخة الحالية 1.0
آخر تحديث 2014-09-23
تاريخ النشر 2014-09-23
تقييم 3.67/5 مجموع تقييمات 6
المطور technoboy85
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clown computing",
    "version": "1.0",
    "description": "Replaces the text 'cloud' with 'clown'.",
    "icons": {
        "128": "pennywise.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}