Red Subscribe Button Fixer
The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Apa itu Red Subscribe Button Fixer?
Red Subscribe Button Fixer adalah ekstensi Chrome yang dikembangkan oleh Tony Webster, dan fitur utamanya adalah "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Red Subscribe Button Fixer
Unduh file ekstensi Red Subscribe Button Fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | imfcjgelinkpbhdppbbpeejbaiblbeeo |
URL Resmi | https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo |
Deskripsi | The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that. |
Ukuran File | 215 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-07-09 |
Tanggal Publikasi | 2013-07-09 |
Penilaian | 4.22/5 Total 9 Penilaian |
Pengembang | Tony Webster |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |