vToad - New Tab Custom Live Wallpaper
Set your own videos as your New Tab live wallpaper + more!
vToad - New Tab Custom Live Wallpaper란 무엇입니까?
vToad - New Tab Custom Live Wallpaper은(는) vToad - Skyroor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set your own videos as your New Tab live wallpaper + more!"입니다.
확장 프로그램 스크린샷
vToad - New Tab Custom Live Wallpaper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
////////////////////////////////////////////////////////////////// || EARLY PREVIEW BUILD || Brave browser users must manually enable the "brave://flags/#file-system-access-api" flag and restart their browser to enable access to add videos! ////////////////////// vToad provides you with the simple functionality to use your own uploaded videos as your New Tab live wallpaper / live background without getting in your way! Quickly upload your videos straight from the New Tab page by using the settings icon to open the side bar menu, click "+add video+", choose your videos from your PC, and you're set! Every time you open a New Tab page a random video you uploaded will be your new living wallpaper! You can also access your most visited sites front and center, while remaining unobtrusive, so your videos remain the center of attention as your new - Live New Tab page! ////////////////////////////////////////////////////////////////// || FEATURES LIST: || Upload your own local videos as your New Tab live wallpaper [Supported Formats: .mp4, .webm, .ogg, .mov] || Automatically plays a random uploaded video as your New Tab live wallpaper every time you open a New Tab || Easily identify your uploaded videos by their thumbnail in the settings menu and remove any videos you no longer want to be seen as your live wallpaper || Access and display the websites you visit most often || Display the local time in 12hr format along with the name of the current video being played || Sleek, lightweight, and fast functionality. Designed to provide a visual live wallpaper experience without slowing you down or getting in your way. ////////////////////// ////////////////////////////////////////////////////////////////// || PLEASE NOTE THE FOLLOWING: || Due to limitations, any videos you add are duplicated and stored in your browsers local storage on your computer, this can add up quickly if you add a lot of videos, or videos with very large file sizes. || Brave browser users must manually enable the "brave://flags/#file-system-access-api" flag and restart their browser to enable access to add videos! //////////////////////
확장 프로그램 기본 정보
이름 | vToad - New Tab Custom Live Wallpaper |
ID | gbmjiobljcegibeoleaompaihjijmfhg |
공식 URL | https://chromewebstore.google.com/detail/vtoad-new-tab-custom-live/gbmjiobljcegibeoleaompaihjijmfhg |
설명 | Set your own videos as your New Tab live wallpaper + more! |
파일 크기 | 113 KB |
설치 횟수 | 97 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2023-01-21 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | vToad - Skyroor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/Skyroor |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "vToad - New Tab Custom Live Wallpaper", "short_name": "vToad", "version": "0.0.0.2", "description": "Set your own videos as your New Tab live wallpaper + more!", "author": "Skyroor", "chrome_url_overrides": { "newtab": "\/src\/html\/newtabpage.html" }, "action": { "default_title": "vToad - New Tab Page", "default_popup": "\/src\/html\/popup.html" }, "icons": { "16": "src\/images\/icon16.png", "48": "src\/images\/icon48.png", "128": "src\/images\/icon128.png" }, "permissions": [ "topSites", "favicon" ] } |