Guinea Pig Youtube Progression Bar
An awesome progression bar
What is Guinea Pig Youtube Progression Bar?
Guinea Pig Youtube Progression Bar is a Chrome extension developed by zomsik, and its main feature is "An awesome progression bar".
Extension Screenshots
Download Guinea Pig Youtube Progression Bar Extension CRX File
Download Guinea Pig Youtube Progression Bar 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
An enxtension that changes youtube bar to animated guinea pig.
Extension Basic Information
Name | Guinea Pig Youtube Progression Bar |
ID | eibphebnljddpmeeoobpacdhokbnhchi |
Official URL | https://chromewebstore.google.com/detail/guinea-pig-youtube-progre/eibphebnljddpmeeoobpacdhokbnhchi |
Description | An awesome progression bar |
File Size | 2.18 MB |
Installation Count | 353 |
Current Version | 1.1 |
Last Updated | 2021-07-06 |
Publish Date | 2021-07-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zomsik |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zomsik |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guinea Pig Youtube Progression Bar", "description": "An awesome progression bar", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "main.css", "images\/*.*" ], "icons": { "128": "images\/icon128.png" } } |