Centralizer

Return YouTube back to centre of your browser window

Apa itu Centralizer?

Centralizer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Return YouTube back to centre of your browser window".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Centralizer

Unduh file ekstensi Centralizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Centralizer Centralizer
ID cehclcpdcdlhpcjcocnjkpegfgnokdhj
URL Resmi https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj
Deskripsi Return YouTube back to centre of your browser window
Ukuran File 45.7 KB
Jumlah Instalasi 13
Versi Saat Ini 0.2
Terakhir Diperbarui 2012-12-07
Tanggal Publikasi 2012-12-07
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}