StreamShot: Screenshot for Youtube and Twitch

Take screenshots from any videos & live streams. Works with Youtube & Twitch.

StreamShot: Screenshot for Youtube and Twitch क्या है?

StreamShot: Screenshot for Youtube and Twitch ECALL TECHNOLOGIES द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take screenshots from any videos & live streams. Works with Youtube & Twitch."।

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

screenshot

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

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

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

                        In no time, capture your favorite moments from any video or live stream on the web.

We all love to take screnshots. However, it can be painful process, especially when you dont have the right sofware installed and ready-to-use.

StreamShot is the fastest way to take a screenshot from a video or a live stream.

For now, StreamShot works on Twitch and Youtube only #FirstRelease.

Upcoming features:
Keyboard shortcuts

Feel free to share your ideas: [email protected]

Enjoy!

Changelog:
- March 01, 2023: Performance optimization and migration to Google latest requirements (v3)
- June 07, 2022: Fixed the issue with Youtube Studio Dashboard thanks to users' feedback
- February 24, 2021: Twitch vods / recorded videos are now supported.                    

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

नाम StreamShot: Screenshot for Youtube and Twitch StreamShot: Screenshot for Youtube and Twitch
ID dkgbndlihekhmkfpjaeffcolebphngli
आधिकारिक URL https://chromewebstore.google.com/detail/streamshot-screenshot-for/dkgbndlihekhmkfpjaeffcolebphngli
विवरण Take screenshots from any videos & live streams. Works with Youtube & Twitch.
फ़ाइल का आकार 286 KB
स्थापना संख्या 1,445
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2023-03-02
प्रकाशन तिथि 2021-01-03
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर ECALL TECHNOLOGIES
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ecall.tech
गोपनीयता नीति पृष्ठ URL https://cbs.ecall.tech/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Take screenshots from any videos & live streams. Works with Youtube & Twitch.",
    "version": "0.0.6",
    "name": "StreamShot: Screenshot for Youtube and Twitch",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "FileSaver.min.js",
                "html2canvas.min.js",
                "contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.5.1.min.js",
                "FileSaver.min.js",
                "html2canvas.min.js",
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/studio.youtube.com\/*"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.twitch.tv\/*"
    ]
}