Go PopOut!

PopOut video player on some websites

ما هو Go PopOut!؟

Go PopOut! هو إضافة Chrome تم تطويرها بواسطة tranceduck، والميزة الرئيسية لها هي "PopOut video player on some websites".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Go PopOut!

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

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

                        Go PopOut! will enable a 'pop out' icon inline with video controls on some sites like YouTube and Twitch that will pop out the current video on a separate window. Look for it and enjoy.

Due to Chrome limitations is not possible to keep the pop out window in front of other windows or always visible.                    

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

الاسم Go PopOut! Go PopOut!
ID gkancbhpmeiamiljkcfajhebcimjjbie
عنوان URL الرسمي https://chromewebstore.google.com/detail/go-popout/gkancbhpmeiamiljkcfajhebcimjjbie
الوصف PopOut video player on some websites
حجم الملف 19.89 KB
عدد التثبيتات 5,031
النسخة الحالية 2.1.2
آخر تحديث 2018-12-14
تاريخ النشر 2018-12-14
تقييم 3.12/5 مجموع تقييمات 43
المطور tranceduck
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go PopOut!",
    "description": "PopOut video player on some websites",
    "version": "2.1.2",
    "background": {
        "scripts": [
            "scripts\/core\/core.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "Go PopOut!",
        "default_popup": "views\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.ted.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.metacafe.com\/*",
                "*:\/\/*.nasa.gov\/*",
                "*:\/\/*.ustream.tv\/*"
            ],
            "js": [
                "scripts\/content_scripts\/content.js"
            ],
            "css": [
                "styles\/pip.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "scripts\/content_scripts\/content.js",
        "server\/supported-websites.json",
        "styles\/pip.css",
        "images\/go-pip.white.svg",
        "images\/go-pip.black.svg",
        "images\/go-pip.grey.svg",
        "images\/transparent.gif"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "*:\/\/*.youtube.com\/watch*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.vimeo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.ted.com\/*",
        "*:\/\/*.dailymotion.com\/*",
        "*:\/\/*.metacafe.com\/*",
        "*:\/\/*.nasa.gov\/*",
        "*:\/\/*.ustream.tv\/*"
    ],
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}