360 Degree Extension

Plays 360 Degree Videos

ما هو 360 Degree Extension؟

360 Degree Extension هو إضافة Chrome تم تطويرها بواسطة hl، والميزة الرئيسية لها هي "Plays 360 Degree Videos".

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

screenshot

تحميل ملف CRX للإضافة 360 Degree Extension

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

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

                        I was (unsuccessfully) looking for a lightweight 360 Player that works on different operating systems (Linux, MacOS, MS Windows) to play my own collection of 360 Degree videos (from my action cam). Therefore I wrote this add-on which allows you to watch your local video file interactively within your Browser.

How to use it: Click the 360 Toolbar addon button --> Select 360/panorama video --> Enjoy watching the video interactively with your cursor                    

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

الاسم 360 Degree Extension 360 Degree Extension
ID ciomikhpohnecdfdpiakhjbmfbmjpmkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf
الوصف Plays 360 Degree Videos
حجم الملف 819 KB
عدد التثبيتات 4,979
النسخة الحالية 1.1
آخر تحديث 2017-08-31
تاريخ النشر 2017-08-31
تقييم 3.36/5 مجموع تقييمات 14
المطور hl
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "360 Degree Extension",
    "author": "regloh",
    "version": "1.1",
    "description": "Plays 360 Degree Videos",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mozilla.org\/*"
            ],
            "js": [
                "360DegreeExtension.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    }
}