360 Degree Extension

Plays 360 Degree Videos

360 Degree Extension क्या है?

360 Degree Extension hl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays 360 Degree Videos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 360 Degree Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}