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

I'm Feeling Lucky for YouTube là một tiện ích mở rộng Chrome được phát triển bởi http://bewisse.com, và tính năng chính của nó là "Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I'm Feeling Lucky for YouTube

Tải xuống các tệp mở rộng I'm Feeling Lucky for YouTube 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

                        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/                    

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

Tên I'm Feeling Lucky for YouTube I'm Feeling Lucky for YouTube
ID eipnjklflfkomnpkopjojndaoecbihjj
URL Chính Thức https://chrome.google.com/webstore/detail/im-feeling-lucky-for-yout/eipnjklflfkomnpkopjojndaoecbihjj
Mô tả Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!
Kích Thước Tệp 23.03 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-10-07
Ngày Phát Hành 2020-06-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://bewisse.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bewisse.com/quicktube/
URL Trang Trợ Giúp https://bewisse.com/quicktube/
URL Trang Chính Sách Bảo Mật https://modheader.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}