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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bewisse.com และคุณลักษณะหลักของมันคือ "Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I'm Feeling Lucky for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}