Clipy: AI-Powered YouTube Video Search

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

Qu'est-ce que Clipy: AI-Powered YouTube Video Search ?

Clipy: AI-Powered YouTube Video Search est une extension Chrome développée par https://getclipy.com, et sa fonction principale est "Search through videos of any language, find the most relevant clips and timestamp to them using AI.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clipy: AI-Powered YouTube Video Search

Téléchargez les fichiers d'extension Clipy: AI-Powered YouTube Video Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Clipy: AI-Powered YouTube Video Search Clipy: AI-Powered YouTube Video Search
ID nkkklchgjghdppjfponpogcfgggchjef
URL Officiel https://chromewebstore.google.com/detail/clipy-ai-powered-youtube/nkkklchgjghdppjfponpogcfgggchjef
Description Search through videos of any language, find the most relevant clips and timestamp to them using AI.
Taille du Fichier 283 KB
Nombre d'Installations 886
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-02-21
Date de Publication 2023-05-11
Évaluation 4.10/5 Total 10 Évaluations
Développeur https://getclipy.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://getclipy.com
URL de la Page de Politique de Confidentialité https://skm.alonesolutions.ca/privacy-policy
Langues Prises en Charge 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": []
        }
    ]
}