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 |
公式URL | 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 |
Eメール | [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" ] } ] } |