Deredactie.be video expander

Expands the flash video window to a bigger size and removes other page elements.

ما هو Deredactie.be video expander؟

Deredactie.be video expander هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Expands the flash video window to a bigger size and removes other page elements.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Deredactie.be video expander

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

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

                        Simple chrome extension to enlarge the video player on deredactie.be

When a video is playing an "ENLARGE VIDEO PLAYER" button will be added below the video. When clicked this will enlarge the video player and clean up the page for an enhanced viewing experience.

Provided under the MIT License.                    

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

الاسم Deredactie.be video expander Deredactie.be video expander
ID fpfmhalfhgcbknjdgpkkglgadpfemogh
عنوان URL الرسمي https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh
الوصف Expands the flash video window to a bigger size and removes other page elements.
حجم الملف 42.65 KB
عدد التثبيتات 71
النسخة الحالية 1.0.0
آخر تحديث 2015-09-27
تاريخ النشر 2015-09-27
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/beele/DeredactieVideoExpander
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deredactie.be video expander",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Expands the flash video window to a bigger size and removes other page elements.",
    "homepage_url": "http:\/\/www.beeles-place.be",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deredactie.be\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.js"
    ]
}