Acrylic Blur For Youtube
This extension change apperence of youtube website
What is Acrylic Blur For Youtube?
Acrylic Blur For Youtube is a Chrome extension developed by rushabh.dangore, and its main feature is "This extension change apperence of youtube website".
Extension Screenshots
Download Acrylic Blur For Youtube Extension CRX File
Download Acrylic Blur 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
This Extension Add A New Look And Feel to Your YouTube Website. Few New Transitions Added. Lots of Hover Effects. Blur Everywhere 😀.
Extension Basic Information
Name | Acrylic Blur For Youtube |
ID | lhdgceckgkfnpcefggkklinlhpchjjap |
Official URL | https://chromewebstore.google.com/detail/acrylic-blur-for-youtube/lhdgceckgkfnpcefggkklinlhpchjjap |
Description | This extension change apperence of youtube website |
File Size | 13.16 KB |
Installation Count | 87 |
Current Version | 1.0 |
Last Updated | 2020-07-02 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 6 Ratings |
Developer | rushabh.dangore |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/BhushanDangore/Youtube-theme |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Acrylic Blur For Youtube", "description": "This extension change apperence of youtube website", "version": "1.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "youtube_128x128.png" }, "web_accessible_resources": [ "themeStyles.css" ] } |