Searchyy - Find on YouTube by Right-Click

Search highlighted/selected text on YouTube with right click!

Searchyy - Find on YouTube by Right-Clickとは何ですか?

Searchyy - Find on YouTube by Right-ClickはVladyslav Bovaによって開発されたChromeの拡張機能で、その主な機能は「Search highlighted/selected text on YouTube with right click!」です。

拡張機能のスクリーンショット

screenshot

Searchyy - Find on YouTube by Right-Click拡張機能のCRXファイルをダウンロード

Searchyy - Find on YouTube by Right-Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        I developed this extension for myself and I hope you will love it too.

It's pretty simple. Right click on selected text will redirect you on YouTube with the results.

It just saves a time.                    

拡張機能の基本情報

名前 Searchyy - Find on YouTube by Right-Click Searchyy - Find on YouTube by Right-Click
ID alhnhopmdlijlcdfbmlaflpfbcgfdekh
公式URL https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh
説明 Search highlighted/selected text on YouTube with right click!
ファイルサイズ 9.2 KB
インストール数 64
現在のバージョン 1.0
最終更新日 2022-02-01
公開日 2022-02-01
評価 5.00/5 合計 3 レビュー
開発者 Vladyslav Bova
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchyy - Find on YouTube by Right-Click",
    "description": "Search highlighted\/selected text on YouTube with right click!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}