Nyan Cat Progress Bar for YouTube™
Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!
What is Nyan Cat Progress Bar for YouTube™?
Nyan Cat Progress Bar for YouTube™ is a Chrome extension developed by Daniel, and its main feature is "Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!".
Extension Screenshots
Download Nyan Cat Progress Bar for YouTube™ Extension CRX File
Download Nyan Cat Progress Bar for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Nyan Cat Progress Bar for YouTube™ |
ID | bdjaekjkckpdknkfncfnaibkabdcgmkg |
Official URL | https://chromewebstore.google.com/detail/nyan-cat-progress-bar-for/bdjaekjkckpdknkfncfnaibkabdcgmkg |
Description | Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan! |
File Size | 45.09 KB |
Installation Count | 203,188 |
Current Version | 1.18 |
Last Updated | 2017-03-26 |
Publish Date | 2017-03-26 |
Rating | 3.87/5 Total 991 Ratings |
Developer | Daniel |
Payment Type | free |
Supported Languages | 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" ] } |