Nyan Cat Progress Bar for YouTube™
Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!
Nyan Cat Progress Bar for YouTube™란 무엇입니까?
Nyan Cat Progress Bar for YouTube™은(는) Daniel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!"입니다.
확장 프로그램 스크린샷
Nyan Cat Progress Bar for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Animated Nyan Cat progress bar theme for YouTube! It's time for Pop-Tart cat and rainbows! This cute Nyan Cat progress bar will work for all videos on YouTube. ** 24 March 2017: Updated for YouTube's new HTML5 player. [original Nyan Cat image by PRguitarman] nyan nyan nyan nyan nyan nyan nyan nyan!
확장 프로그램 기본 정보
이름 | Nyan Cat Progress Bar for YouTube™ |
ID | bdjaekjkckpdknkfncfnaibkabdcgmkg |
공식 URL | https://chromewebstore.google.com/detail/nyan-cat-progress-bar-for/bdjaekjkckpdknkfncfnaibkabdcgmkg |
설명 | Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan! |
파일 크기 | 45.09 KB |
설치 횟수 | 203,188 |
현재 버전 | 1.18 |
최근 업데이트 | 2017-03-26 |
출시 날짜 | 2017-03-26 |
평점 | 3.87/5 총 991 개의 평점 |
개발자 | Daniel |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nyan Cat Progress Bar for YouTube\u2122", "short_name": "NyanCat 4 YT", "version": "1.18", "description": "Nyan Cat Progress Bar for YouTube\u2122! Nyan nyan nyan nyan nyan!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "nyan.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "nyanimated.gif" ] } |