YouTube On-screen Hotkeys

On screen hotkeys for youtube, with ad fast-forwarding capabilities

YouTube On-screen Hotkeys क्या है?

YouTube On-screen Hotkeys eric.x.dev01 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On screen hotkeys for youtube, with ad fast-forwarding capabilities"।

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

screenshot

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

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

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

                        On-screen hotkeys for YouTube. Enables fast forwarding YouTube ads and videos by simple clicking the top right portion of the video. Also enables skipping and backtracking 10 seconds with cursor.                    

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

नाम YouTube On-screen Hotkeys YouTube On-screen Hotkeys
ID pjignmjgalcnihmjmkaliemdlagnhfnn
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-on-screen-hotkeys/pjignmjgalcnihmjmkaliemdlagnhfnn
विवरण On screen hotkeys for youtube, with ad fast-forwarding capabilities
फ़ाइल का आकार 18.37 KB
स्थापना संख्या 115
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2021-04-29
प्रकाशन तिथि 2020-04-01
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर eric.x.dev01
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/ff48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "On screen hotkeys for youtube, with ad fast-forwarding capabilities",
    "icons": {
        "128": "images\/ff128.png",
        "16": "images\/ff16.png",
        "32": "images\/ff32.png",
        "48": "images\/ff48.png"
    },
    "manifest_version": 2,
    "name": "YouTube On-screen Hotkeys",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/*"
    ],
    "version": "0.0.7"
}