Return Youtube Red Subscribe Button
Brings back the red subscribe button.
What is Return Youtube Red Subscribe Button?
Return Youtube Red Subscribe Button is a Chrome extension developed by sapondanaisriwan, and its main feature is "Brings back the red subscribe button.".
Extension Screenshots
Download Return Youtube Red Subscribe Button Extension CRX File
Download Return Youtube Red Subscribe Button 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
Return the red subscribe button on YouTube. This extension is currently in an active development phase, so if you experience any issues, don’t hesitate to report them on our GitHub page. https://github.com/sapondanaisriwan/AdashimaaTube https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
Extension Basic Information
Name | Return Youtube Red Subscribe Button |
ID | coklcfenffnpbmkhjcjmjhnahiglepij |
Official URL | https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij |
Description | Brings back the red subscribe button. |
File Size | 43.27 KB |
Installation Count | 365 |
Current Version | 0.0.2 |
Last Updated | 2023-01-12 |
Publish Date | 2022-12-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | sapondanaisriwan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button |
Help Page URL | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return Youtube Red Subscribe Button", "description": "Brings back the red subscribe button.", "version": "0.0.2", "action": { "default_popup": "\/popup\/popup.html", "default_icon": "\/images\/icon128.png" }, "icons": { "45": "\/images\/icon45.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/styles\/my-styles.css" ] } ] } |