Videoshot - Capture video screenshots

Capture video screenshots of any html5 video from any page including Youtube, Facebook, etc.

Videoshot - Capture video screenshots क्या है?

Videoshot - Capture video screenshots Ankit Duseja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture video screenshots of any html5 video from any page including Youtube, Facebook, etc."।

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

screenshot

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

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

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

                        A utility tool for bloggers/authors/editors who take a lot of screenshots from online videos (or lets call it videoshots).

The difference? Unlike other available tools it doesn't capture the video overlay controls (no post-editing required to remove them), runs on any video on any website (as long as its html5, even on youtube/facebook videos), one-click video-area-only captures (no post-capture cropping required), provides a manageable library for recently captured screenshots, and doesn't results in blurred shots as compared to other desktop one's.                    

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

नाम Videoshot - Capture video screenshots Videoshot - Capture video screenshots
ID deophkhmpgfkfgaalnibkmimmcjpdbhm
आधिकारिक URL https://chrome.google.com/webstore/detail/videoshot-capture-video-s/deophkhmpgfkfgaalnibkmimmcjpdbhm
विवरण Capture video screenshots of any html5 video from any page including Youtube, Facebook, etc.
फ़ाइल का आकार 46.06 KB
स्थापना संख्या 79
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-10-08
प्रकाशन तिथि 2015-10-08
रेटिंग 3.00/5 कुल 3 रेटिंग्स
डेवलपर Ankit Duseja
भुगतान के प्रकार in_store
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Videoshot - Capture video screenshots",
    "description": "Capture video screenshots of any html5 video from any page including Youtube, Facebook, etc.",
    "version": "1.0.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgHfxTj9NEkhsc8T2RU4PwqxcEF2FzXtCPFzt0XuczxZl78VUlE5Z7+9zFeLAQTRt5Brc2IHU441vZKtJ2l5NT0Vzt33xe5Qh1jlYj3+5FY2V5v3znYcN9vwnNu7Oex+G+eBEbuO9C9H2MWbyUPvEgwG6Mf3pJiikBhBSYV3w648TN4VSqn3FMiR5kE0nMejCH5ieHvao9ftVNlhTv0DznR0odCoGMn3cUUgRxn86O8kLL9OmAnuZ6a8zMV9\/ETBuwl76UzjUoJlzQtZ4prIVu1a20tHPoscZl+GOjgeswRILWvYjG24lKQhvorsl22HMUH9k7nrZ\/NMyDdhSamgSHwIDAQAB",
    "oauth2": {
        "client_id": "973101910172-3remq1fiq93bnedeilaahck78d9umsi4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "VideoShots"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "identity",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/"
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "videoshot.min.css"
            ],
            "js": [
                "jquery.min.js",
                "videoshot.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*"
    ]
}