I'm Feeling Lucky for YouTube

Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!

I'm Feeling Lucky for YouTubeとは何ですか?

I'm Feeling Lucky for YouTubeはhttp://bewisse.comによって開発されたChromeの拡張機能で、その主な機能は「Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!」です。

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

screenshot
screenshot
screenshot

I'm Feeling Lucky for YouTube拡張機能のCRXファイルをダウンロード

I'm Feeling Lucky for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enhanced search and navigation for YouTube.

- Right click to search on YouTube.
- Type "yt" in the address bar, press  or , then enter the query to search on YouTube.
- On YouTube search result page / home page, press '1' - '9' to go directly to the result link (1 is the top result)

Learn more at https://bewisse.com/quicktube/                    

拡張機能の基本情報

名前 I'm Feeling Lucky for YouTube I'm Feeling Lucky for YouTube
ID eipnjklflfkomnpkopjojndaoecbihjj
公式URL https://chrome.google.com/webstore/detail/im-feeling-lucky-for-yout/eipnjklflfkomnpkopjojndaoecbihjj
説明 Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!
ファイルサイズ 23.03 KB
インストール数 175
現在のバージョン 1.0.3
最終更新日 2021-10-07
公開日 2020-06-10
評価 5.00/5 合計 1 レビュー
開発者 http://bewisse.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bewisse.com/quicktube/
ヘルプページのURL https://bewisse.com/quicktube/
プライバシーポリシーページのURL https://modheader.com/privacy
対応言語 en,vi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "omnibox": {
        "keyword": "yt"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index-b5fba68d.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "assets\/index-306ef382.js"
        ]
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "contextMenus",
        "https:\/\/suggestqueries.google.com\/"
    ],
    "web_accessible_resources": [
        "content\/index.js"
    ]
}