Clipy: AI-Powered YouTube Video Search

Search through videos of any language, find the most relevant clips and timestamp to them using AI.

Clipy: AI-Powered YouTube Video Search क्या है?

Clipy: AI-Powered YouTube Video Search https://getclipy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search through videos of any language, find the most relevant clips and timestamp to them using AI."।

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

screenshot

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

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

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

                        Get ready to search like never before ⚡

Powered by AI, Clipy allows you to search for timestamps in videos using the meaning of your words, instead of just keywords. It is also multilingual so you can search for meaning via English, Arabic, French videos or any language. As long as meaning is the same, language shouldn't matter. 

It understands your search intent AND meaning and finds the most relevant parts of the video in seconds! Never waste hours searching for a clip again!

Clipy is FREE for videos up to 30 minutes

Save 100s of hours all for the price of ☕️ !

Thank you for being part of the next-generation of search!

Enjoy!

Made with 🧡 by the Clipy team.                    

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

नाम Clipy: AI-Powered YouTube Video Search Clipy: AI-Powered YouTube Video Search
ID nkkklchgjghdppjfponpogcfgggchjef
आधिकारिक URL https://chromewebstore.google.com/detail/clipy-ai-powered-youtube/nkkklchgjghdppjfponpogcfgggchjef
विवरण Search through videos of any language, find the most relevant clips and timestamp to them using AI.
फ़ाइल का आकार 283 KB
स्थापना संख्या 886
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2023-05-11
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर https://getclipy.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://getclipy.com
गोपनीयता नीति पृष्ठ URL https://skm.alonesolutions.ca/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipy: AI-Powered YouTube Video Search",
    "description": "Search through videos of any language, find the most relevant clips and timestamp to them using AI.",
    "version": "1.0.6",
    "manifest_version": 3,
    "action": {
        "default_title": "Clipy",
        "default_icon": {
            "32": "assets\/images\/icon-34.png",
            "128": "assets\/images\/icon-128.png"
        }
    },
    "icons": {
        "32": "assets\/images\/icon-34.png",
        "128": "assets\/images\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "assets\/js\/lib\/jquery.min.js",
                "content\/js\/content.js",
                "content\/js\/font-awesome.js"
            ],
            "css": [
                "\/content\/css\/content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}