Red Subscribe Button Fixer
The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Red Subscribe Button Fixerとは何ですか?
Red Subscribe Button FixerはTony Websterによって開発されたChromeの拡張機能で、その主な機能は「The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.」です。
拡張機能のスクリーンショット
Red Subscribe Button Fixer拡張機能のCRXファイルをダウンロード
Red Subscribe Button Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube recently replaced the 'Subscribe' button on video pages with an obnoxious bright red button. That's annoying. This extension's sole purpose is to swap it out with a less-annoying light grey version. This extension only adds limited CSS properties to target the subscribe button. It does not access your YouTube data or data on other sites, and no data is transmitted to third parties. Open source: https://github.com/webster/youtube-red-subscribe-button
拡張機能の基本情報
名前 | |
ID | imfcjgelinkpbhdppbbpeejbaiblbeeo |
公式URL | https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo |
説明 | The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that. |
ファイルサイズ | 215 KB |
インストール数 | 96 |
現在のバージョン | 1.2 |
最終更新日 | 2013-07-09 |
公開日 | 2013-07-09 |
評価 | 4.22/5 合計 9 レビュー |
開発者 | Tony Webster |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Red Subscribe Button Fixer", "description": "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.", "version": "1.2", "permissions": [ "https:\/\/www.youtube.com\/", "http:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "noredbutton.css" ] } ] } |