Project Vayne Theme [League of Legends]
Animation Tab
Project Vayne Theme [League of Legends]란 무엇입니까?
Project Vayne Theme [League of Legends]은(는) sleepykinq radio music에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Animation Tab"입니다.
확장 프로그램 스크린샷
Project Vayne Theme [League of Legends] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Installing Project Vayne Theme/Gaming Music will bring you a new animation on your New Tab. For League of Legends player, they can't miss out this thing. My extension will fix their problem, it will bring up new things like Music For Gaming and New Tab animation. To bring it back the best for low internet speed gamers, we already provide Gaming Music in our extension, so hope you all Enjoy it.
확장 프로그램 기본 정보
이름 | |
ID | dckfjbojfmeipmhciojnkcjfjbfiekko |
공식 URL | https://chrome.google.com/webstore/detail/project-vayne-theme-leagu/dckfjbojfmeipmhciojnkcjfjbfiekko |
설명 | Animation Tab |
파일 크기 | 32.46 MB |
설치 횟수 | 22 |
현재 버전 | 2.1 |
최근 업데이트 | 2019-05-01 |
출시 날짜 | 2019-05-01 |
평점 | 4.75/5 총 8 개의 평점 |
개발자 | sleepykinq radio music |
결제 유형 | in_store |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sleepykinq Radio", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "popup.html", "default_title": "" }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Animation Tab", "homepage_url": "https:\/\/www.youtube.com\/SleepykinqRadioMusic", "manifest_version": 2, "name": "Project Vayne Theme [League of Legends]", "permissions": [ "activeTab" ], "version": "2.1", "web_accessible_resources": [ "videos\/*.mp4" ] } |