Nyan cat extension
Nyan cat in youtube bar extension
What is Nyan cat extension?
Nyan cat extension is a Chrome extension developed by pryvalov.bogddan, and its main feature is "Nyan cat in youtube bar extension".
Extension Screenshots
Download Nyan cat extension Extension CRX File
Download Nyan cat extension 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
Plugin will change Progress Bars and Scrubber for all Youtube videos. Play and Load Progress Bars will be changed to rainbow and animated night sky. Default Youtube scrubber will be chaged to Animated Nyan Cat.
Extension Basic Information
Name | Nyan cat extension |
ID | oadlabdleegopgjlkcmjjogeaceagbie |
Official URL | https://chromewebstore.google.com/detail/nyan-cat-extension/oadlabdleegopgjlkcmjjogeaceagbie |
Description | Nyan cat in youtube bar extension |
File Size | 49.96 KB |
Installation Count | 1,130 |
Current Version | 1.0.2 |
Last Updated | 2023-12-10 |
Publish Date | 2022-11-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | pryvalov.bogddan |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/pryvalovbogdan/nyan-plugin-youtube |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nyan cat extension", "version": "1.0.2", "description": "Nyan cat in youtube bar extension", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "author": "Bogdan Pryvalov", "web_accessible_resources": [ { "resources": [ "assets\/rainbow.png", "assets\/night-sky.gif", "assets\/catty.gif", "assets\/icon-nyan.png" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "contentScript.js" ], "css": [ "content.css" ] } ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "manifest_version": 3 } |