Centralizer

Return YouTube back to centre of your browser window

ما هو Centralizer؟

Centralizer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Return YouTube back to centre of your browser window".

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

screenshot

تحميل ملف CRX للإضافة Centralizer

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

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

                        This little quickly built tool puts YouTube content back into the center of your desktop browser (or close enough) .                    

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

الاسم Centralizer Centralizer
ID cehclcpdcdlhpcjcocnjkpegfgnokdhj
عنوان URL الرسمي https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj
الوصف Return YouTube back to centre of your browser window
حجم الملف 45.7 KB
عدد التثبيتات 13
النسخة الحالية 0.2
آخر تحديث 2012-12-07
تاريخ النشر 2012-12-07
تقييم 4.00/5 مجموع تقييمات 5
المطور Unknown
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/centralizer.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/underscore.js",
                "js\/centralizerContentScript.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Return YouTube back to centre of your browser window",
    "icons": {
        "128": "icons\/centralizer-128.png",
        "32": "icons\/centralizer-32.png",
        "48": "icons\/centralizer-48.png"
    },
    "name": "Centralizer",
    "version": "0.2",
    "manifest_version": 2
}