Return Youtube Red Subscribe Button
Brings back the red subscribe button.
什麼是Return Youtube Red Subscribe Button?
Return Youtube Red Subscribe Button是由sapondanaisriwan開發的Chrome擴展程式,該擴展的主要功能是“Brings back the red subscribe button.”。
擴展截圖
下載Return Youtube Red Subscribe Button擴展crx文件
下載Return Youtube Red Subscribe Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Return Youtube Red Subscribe Button |
ID | coklcfenffnpbmkhjcjmjhnahiglepij |
官方網址 | https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij |
簡介 | Brings back the red subscribe button. |
檔案大小 | 43.27 KB |
安裝次數 | 365 |
目前版本 | 0.0.2 |
更新時間 | 2023-01-12 |
上架時間 | 2022-12-12 |
評分 | 5.00/5 共 4 次評分 |
開發者 | sapondanaisriwan |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button |
說明頁面URL | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues |
支援的語言 | 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" ] } ] } |