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
官方網址 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"
    ]
}