Sad News Headline
Adds a :/ face to news headlines on the interwebz
Apa itu Sad News Headline?
Sad News Headline adalah ekstensi Chrome yang dikembangkan oleh bingofuel, dan fitur utamanya adalah "Adds a :/ face to news headlines on the interwebz".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sad News Headline
Unduh file ekstensi Sad News Headline 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
Do most news story headlines make your face look like :/ ? Sad News Headline removes all the guess work and adds a :/ to a bunch of news headlines on the interwebz! Source here: https://github.com/bing0fuel/sad-news-headline Recent Updates: 2015-02-10 - Added support for additional news outlet 2015-02-07 - Changed name of extension due to DMCA 2014-01-20 - Fixed for new [REDACTED] design, thanks to Kladky
Informasi Dasar Ekstensi
Nama | |
ID | gdaabfgjknafmlfndplaeincmlleblja |
URL Resmi | https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja |
Deskripsi | Adds a :/ face to news headlines on the interwebz |
Ukuran File | 16.2 KB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2017-09-15 |
Tanggal Publikasi | 2017-09-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | bingofuel |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bing0fuel/sad-news-headline |
URL Halaman Bantuan | https://github.com/bing0fuel/sad-news-headline/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sad News Headline", "description": "Adds a :\/ face to news headlines on the interwebz", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.cnn.com\/", "http:\/\/*.bbc.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.cnn.com\/*", "*:\/\/*.bbc.com\/*" ], "js": [ "app.js" ], "run_at": "document_end" } ] } |