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文件
下载Nyan Cat Progress Bar for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |