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 |
官方網址 | 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\/*" ] } ] } |