Sad News Headline
Adds a :/ face to news headlines on the interwebz
Cos'è Sad News Headline?
Sad News Headline è un'estensione di Chrome sviluppata da bingofuel, e la sua funzione principale è "Adds a :/ face to news headlines on the interwebz".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sad News Headline
Scarica i file di estensione Sad News Headline in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | gdaabfgjknafmlfndplaeincmlleblja |
URL Ufficiale | https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja |
Descrizione | Adds a :/ face to news headlines on the interwebz |
Dimensione del File | 16.2 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2017-09-15 |
Data di Pubblicazione | 2017-09-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | bingofuel |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bing0fuel/sad-news-headline |
URL della Pagina di Aiuto | https://github.com/bing0fuel/sad-news-headline/issues |
Lingue Supportate | 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" } ] } |