Youtube I am feeling Lucky

Skip YouTube search results and launch videos instantly. Covered by The Next Web , link- http://tnw.me/eqIGuyP

Youtube I am feeling Luckyคืออะไร?

Youtube I am feeling Lucky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saikat guha และคุณลักษณะหลักของมันคือ "Skip YouTube search results and launch videos instantly. Covered by The Next Web , link- http://tnw.me/eqIGuyP"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube I am feeling Lucky

ดาวน์โหลดไฟล์ส่วนขยาย Youtube I am feeling Lucky ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Indispensable when you are listening to music on youtube. If you want to jump right to a video/song in youtube you frequently watch/hear without the intermediate hassle of clicking the first search result.
To use it click the I am feeling lucky button next to search button or press shift enter after typing your query in the search box.

Disclaimer : I am not affiliated with google/youtube in any way. Youtube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

On github : https://github.com/sktguha/ytLucky/
contact me 
gmail : [email protected] 
on linkedln  http://in.linkedin.com/pub/saikat-guha/8a/347/a15
on facebook  https://www.facebook.com/saikat.guha.71

-- changelist 0.1.4
 - Fixed padding in the I am feeling lucky search button

-- changelist 0.1.3
 - Fixed bug that if net disconnected when chrome starting up then google api is not loaded. Now added retry logic with increasing intervals in powers of 2                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube I am feeling Lucky Youtube I am feeling Lucky
ID dllkfdnpppmdopmpblhkpoaeihoofeaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-i-am-feeling-luck/dllkfdnpppmdopmpblhkpoaeihoofeaa
คำอธิบาย Skip YouTube search results and launch videos instantly. Covered by The Next Web , link- http://tnw.me/eqIGuyP
ขนาดไฟล์ 12.34 KB
จำนวนการติดตั้ง 274
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2018-08-28
วันที่เผยแพร่ 2018-08-28
คะแนน 4.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา saikat guha
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sktguha.wordpress.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube I am feeling Lucky",
    "short_name": "YoutubeFeelingLucky",
    "version": "0.1.7",
    "description": "Skip YouTube search results and launch videos instantly. Covered by The Next Web , link- http:\/\/tnw.me\/eqIGuyP",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'"
}