Return The Red Subscribe Button
Brings back the classic red subscribe button.
什么是Return The Red Subscribe Button?
Return The Red Subscribe Button是由https://damiendavisneff.com开发的Chrome扩展程序,该扩展的主要功能是“Brings back the classic red subscribe button.”。
扩展截图
下载Return The Red Subscribe Button扩展crx文件
下载Return The Red Subscribe Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Returns the Subscribe Button's red color, keeping YouTube's history alive while keeping the new design fresh and fully customizable. Not only can you return the red color, but you can change it to any color you want, alongside the fully customizable context and like buttons!
扩展基本信息
名称 | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
官方URL | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
简介 | Brings back the classic red subscribe button. |
文件大小 | 442 KB |
安装次数 | 1,061 |
当前版本 | 0.5.1.5 |
更新时间 | 2023-10-10 |
上架时间 | 2022-10-31 |
评分 | 4.72/5 共18次评分 |
开发者 | https://damiendavisneff.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
帮助页面URL | https://www.damiendavisneff.com/support |
隐私政策页面URL | https://github.com/DamienDavisNeff/PrivacyPolicies |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return The Red Subscribe Button", "short_name": "Red Subscribe Button", "version": "0.5.1.5", "description": "Brings back the classic red subscribe button.", "icons": { "128": "images\/icon.png", "48": "images\/icon_small.png" }, "action": { "default_popup": "\/popup\/info.html" }, "content_scripts": [ { "css": [ "css\/variables.css" ], "js": [ "scripts\/apply_settings.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "css\/subscribe_button.css", "css\/blue_buttons.css", "css\/like_button.css", "css\/uppercase_letters.css", "css\/uppercase_engagment.css", "css\/rectangle_buttons.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |