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!"입니다.
확장 프로그램 스크린샷
I'm Feeling Lucky for YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhanced search and navigation for YouTube. - Right click to search on YouTube. - Type "yt" in the address bar, pressor , 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/
확장 프로그램 기본 정보
이름 | |
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" ] } |