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 là gì?

Clipy: AI-Powered YouTube Video Search là một tiện ích mở rộng Chrome được phát triển bởi https://getclipy.com, và tính năng chính của nó là "Search through videos of any language, find the most relevant clips and timestamp to them using AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clipy: AI-Powered YouTube Video Search

Tải xuống các tệp mở rộng Clipy: AI-Powered YouTube Video Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clipy: AI-Powered YouTube Video Search Clipy: AI-Powered YouTube Video Search
ID nkkklchgjghdppjfponpogcfgggchjef
URL Chính Thức https://chromewebstore.google.com/detail/clipy-ai-powered-youtube/nkkklchgjghdppjfponpogcfgggchjef
Mô tả Search through videos of any language, find the most relevant clips and timestamp to them using AI.
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 886
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2023-05-11
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://getclipy.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://getclipy.com
URL Trang Chính Sách Bảo Mật https://skm.alonesolutions.ca/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}