StackOverTube recording

it will record and upload your videoAnswers

StackOverTube recording क्या है?

StackOverTube recording https://stackovertube-videoserver.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "it will record and upload your videoAnswers"।

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

screenshot

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

crx प्रारूप में StackOverTube recording एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Share your video answers with the community
Imagine a world where your phone, TV and computer could all communicate on a common platform. Imagine it was easy to add video chat and peer-to-peer data sharing to your web application. That's the vision of WebRTC.

Want to try it out? WebRTC is available now in Google Chrome, Opera and Firefox. 

The team of StackOverTube has made this app available in the Google store to give you the possibility to screencast your computer screen.

Hopefully you enjoy it,
from Anna, Craig, James and Pablo.                    

एक्सटेंशन की मूल जानकारी

नाम StackOverTube recording StackOverTube recording
ID pjnlpkkjpibmdkbceojodbbkcggdokon
आधिकारिक URL https://chrome.google.com/webstore/detail/stackovertube-recording/pjnlpkkjpibmdkbceojodbbkcggdokon
विवरण it will record and upload your videoAnswers
फ़ाइल का आकार 135 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-12-03
प्रकाशन तिथि 2014-12-03
डेवलपर https://stackovertube-videoserver.herokuapp.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://stackovertube.herokuapp.com/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StackOverTube recording",
    "version": "1.0",
    "description": "it will record and upload your videoAnswers",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "StackOverTube",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.stackovertube-videoserver.herokuapp.com\/*"
            ],
            "js": [
                "stackOverTube_cs.js",
                "jquery-1.11.1.js",
                "recordRTC.js",
                "script.js",
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "activeTab",
        "storage",
        "management",
        "*:\/\/*.stackovertube-videoserver.herokuapp.com\/*"
    ]
}