VeeHD Enhanced
Site enhancements for VeeHD.com members and guests. "This is how VeeHD was meant to be..."
VeeHD Enhanced란 무엇입니까?
VeeHD Enhanced은(는) SubDevo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Site enhancements for VeeHD.com members and guests. "This is how VeeHD was meant to be...""입니다.
확장 프로그램 스크린샷
VeeHD Enhanced 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Also for FireFox! https://addons.mozilla.org/en-US/firefox/addon/veehd-enhanced/ ★★★★★ About ★★★★★ The goal of this extension is to make the VeeHD.com experience as user-friendly as possible without changing the "brand that is veehd". No major cosmetic theme changes, simply "enhanced". Most commonly used info is a click away. All site bugs that can be fixed client side has been done. Many features have been added to "enhance" the basic functionalility of the site for all, including special features for uploaders and normal users alike. A couple examples... On video pages, you now have a choice of using HTML5 video player, DivX Web Player, or VLC Web Plugin instead of just Flash. Optional player options will appear only if installed, enabled and supported by the browser. For uploaders... streamlined video edit page, enhanced overview page with many helpful features such as video sorting, filtering and statistics (new views, avg video size etc). This is a VERY small example and there are a huge amount of obvious and not so obvious helpful enhancements. More to come... ★★★★★ Privacy ★★★★★ I do not track, store or send any information that you enter while on veehd to me or anyone else. Any ads/redirects or popups you see are from VeeHD and not generated by this add-on. I DO use localStorage for some of the addons functionality. Such as storing the "threads you recently participated in" in the forum, your last used color for the color picker, and vid views for use on the overview page.
확장 프로그램 기본 정보
이름 | VeeHD Enhanced |
ID | ehhipombbnjmkdijllcbebglddgcnfek |
공식 URL | https://chromewebstore.google.com/detail/veehd-enhanced/ehhipombbnjmkdijllcbebglddgcnfek |
설명 | Site enhancements for VeeHD.com members and guests. "This is how VeeHD was meant to be..." |
파일 크기 | 260 KB |
설치 횟수 | 517 |
현재 버전 | 1.4.6 |
최근 업데이트 | 2018-09-19 |
출시 날짜 | 2018-09-18 |
평점 | 2.60/5 총 5 개의 평점 |
개발자 | SubDevo |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VeeHD Enhanced", "short_name": "VeeHD Enhanced", "description": "Site enhancements for VeeHD.com members and guests.\n\"This is how VeeHD was meant to be...\"", "version": "1.4.6", "author": "SubDevo", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/veehd-enhanced\/ehhipombbnjmkdijllcbebglddgcnfek", "content_scripts": [ { "matches": [ "*:\/\/veehd.com\/*" ], "run_at": "document_start", "all_frames": false, "js": [ "veeinit.js" ] }, { "matches": [ "*:\/\/veehd.com\/*" ], "run_at": "document_end", "all_frames": false, "css": [ "css\/vee_main.css" ], "js": [ "veecontent.js", "zenscroll.js" ] }, { "matches": [ "*:\/\/veehd.com\/forum\/*" ], "css": [ "css\/vee_forum.css" ] }, { "matches": [ "*:\/\/veehd.com\/forum\/view*" ], "css": [ "css\/vee_forumview.css" ] }, { "matches": [ "*:\/\/veehd.com\/forum\/viewtopic*" ], "css": [ "css\/vee_forumviewtopic.css" ] }, { "matches": [ "*:\/\/veehd.com\/bookmarks*" ], "css": [ "css\/vee_bookmarks.css" ] }, { "matches": [ "*:\/\/veehd.com\/dashboard*" ], "css": [ "css\/vee_dashboard.css" ] }, { "matches": [ "*:\/\/veehd.com\/messages*" ], "css": [ "css\/vee_messages.css" ] }, { "matches": [ "*:\/\/veehd.com\/overview*" ], "css": [ "css\/vee_overview.css" ] }, { "matches": [ "*:\/\/veehd.com\/video\/*" ], "css": [ "css\/vee_video.css" ] }, { "matches": [ "*:\/\/veehd.com\/edit-video*" ], "css": [ "css\/vee_editvideo.css" ] }, { "matches": [ "*:\/\/veehd.com\/upload*" ], "css": [ "css\/vee_upload.css" ] } ], "options_page": "help.html", "icons": { "128": "icons\/icon128.png", "96": "icons\/icon96.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "16": "icons\/button.png" }, "permissions": [ "*:\/\/veehd.com\/*", "storage" ], "web_accessible_resources": [ "Enhanced.html", "help.html", "images\/ForumPost_Op.png", "images\/ForumPost_Title.png", "images\/GotoBottom_off.png", "images\/GotoBottom_on.png", "images\/GotoTop_off.png", "images\/GotoTop_on.png", "images\/LinkList.png", "images\/logout.gif", "images\/Overview_Background.png", "images\/related.png", "images\/searchBtn.gif", "images\/StreamWithDivX.png", "images\/StreamWithHTML5.png", "images\/StreamWithVLC.png", "images\/ToggleActualDefaultSize.png", "images\/topSelect.gif", "images\/UBBC_Bold.gif", "images\/UBBC_Center.gif", "images\/UBBC_Color.gif", "images\/UBBC_Image.gif", "images\/UBBC_Indent.gif", "images\/UBBC_Italic.gif", "images\/UBBC_Large.gif", "images\/UBBC_Link.gif", "images\/UBBC_List.gif", "images\/UBBC_NoQuote.gif", "images\/UBBC_Pre.gif", "images\/UBBC_Quote.gif", "images\/UBBC_Small.gif", "images\/UBBC_Strikethrough.gif", "images\/UBBC_Subscript.gif", "images\/UBBC_Superscript.gif", "images\/UBBC_Underline.gif", "images\/UBBC_YouTube.gif", "images\/Upload_Progressbar.png", "images\/Video_Preview_Background.png", "images\/Vidlist1_Background.png", "images\/Vidlist2_Background.png", "images\/VLC_Buffering.gif", "images\/VLC_ProgressBar.gif", "images\/addToCollection.gif", "images\/addToCollectionOver.gif", "images\/Comment_Background.png", "images\/current_tab_bg.gif", "images\/CyclePreviewPics.png", "images\/DeleteHover.png", "images\/Forum_Uneven_Background.gif", "images\/HTML5_popout_background.png", "images\/HTML5_popout.png", "images\/Forum_Uneven_Background_Vertical.gif", "images\/HTTP_locked.png", "images\/HTTP_unlocked.png", "images\/icon_settings.png" ] } |