Warp for Youtube

Warp to the most interesting part of a Youtube video.

Warp for Youtube क्या है?

Warp for Youtube Amine Rostane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Warp to the most interesting part of a Youtube video."।

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing Warp for YouTube - a clever and efficient extension that streamlines your YouTube browsing experience by guiding you directly to the most pertinent parts of a video. Designed for those who value their time and yearn for the crux of content, Warp is the tool you need.


🎯 Fast Forward to Relevance: Glide over superfluous details and jump directly to the part of the video that matters most to you. Simply search for specific terms within a video, and warp straight to the corresponding segments.

🌐 Seamless Integration: Warp for YouTube operates in harmony with all pages on youtube.com, offering a stress-free and consistent browsing experience across any video.

🎨 User-Friendly Interface: Our distinctive graphical elements and intuitive design ensure a seamless warp experience while adding a touch of style to your YouTube navigation.

🔒 Your Privacy Matters: With only minimal permissions required, Warp respects your privacy and does not share your data.

⚙️ Regular Updates: We are committed to enhancing your user experience with steady updates, bug fixes, and feature improvements.


🎈 How to Use Warp for YouTube
Using Warp for YouTube couldn't be easier. When a video is searchable, you'll find a cheerful dancing hexagon icon at the top center of the video. Click the icon, type your search term, and hit enter. If there are multiple matches, just keep hitting enter to cycle through them. For non-searchable videos, a serene blue hexagon appears, which is not clickable.


💖 Consider Donating
If you love Warp and want to support its development, consider making a small donation. Your generous support will help us maintain and improve Warp, creating an even better browsing experience for everyone. Just click on the cute donate button on the extension's main page to show your support!


🧪 Testing & Contact
Being in the early stages, we greatly value your feedback on Warp for YouTube. If you encounter any issues or need help with the new features, we're here to assist.
Install Warp for YouTube today and redefine your YouTube experience. Immerse yourself in the core of the content you love, in a heartbeat. 🎉                    

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

नाम Warp for Youtube Warp for Youtube
ID nhkajmkfbhppegmfbbfddjkennfgidnh
आधिकारिक URL https://chromewebstore.google.com/detail/warp-for-youtube/nhkajmkfbhppegmfbbfddjkennfgidnh
विवरण Warp to the most interesting part of a Youtube video.
फ़ाइल का आकार 36.86 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-07-04
प्रकाशन तिथि 2023-07-02
डेवलपर Amine Rostane
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Warp for Youtube",
    "version": "0.2",
    "description": "Warp to the most interesting part of a Youtube video.",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css",
                "popup.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "bubble.png",
                "hexagon.png",
                "hexagon_blue.png",
                "close.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}