Better Fox News
Instantly improve Fox News by adding exlamation marks to the headers.
Apa itu Better Fox News?
Better Fox News adalah ekstensi Chrome yang dikembangkan oleh arondeparon, dan fitur utamanya adalah "Instantly improve Fox News by adding exlamation marks to the headers.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better Fox News
Unduh file ekstensi Better Fox News 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
Better Fox News instantly improves Fox News by adding random exclamation marks to the headlines. 1. Install plugin 2. Visit http://www.foxnews.com 3. Profit PS: Some people say this might the best plugin ever published.
Informasi Dasar Ekstensi
Nama | |
ID | gpeegiacncibheagdgpgcllafcdcmain |
URL Resmi | https://chrome.google.com/webstore/detail/better-fox-news/gpeegiacncibheagdgpgcllafcdcmain |
Deskripsi | Instantly improve Fox News by adding exlamation marks to the headers. |
Ukuran File | 3.42 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-07-28 |
Tanggal Publikasi | 2015-07-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | arondeparon |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Fox News", "description": "Instantly improve Fox News by adding exlamation marks to the headers.", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.foxnews.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |