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
电子邮箱 [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"
    ]
}