Sad News Headline
Adds a :/ face to news headlines on the interwebz
Wat is Sad News Headline?
Sad News Headline is een Chrome-extensie ontwikkeld door bingofuel, en de belangrijkste functie is "Adds a :/ face to news headlines on the interwebz".
Extensie Screenshots
Download het CRX-bestand van de extensie Sad News Headline
Download Sad News Headline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gdaabfgjknafmlfndplaeincmlleblja |
Officiële URL | https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja |
Beschrijving | Adds a :/ face to news headlines on the interwebz |
Bestandsgrootte | 16.2 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-09-15 |
Publicatiedatum | 2017-09-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | bingofuel |
Betalingswijze | free |
Extensiewebsite | https://github.com/bing0fuel/sad-news-headline |
Help Pagina-URL | https://github.com/bing0fuel/sad-news-headline/issues |
Ondersteunde Talen | 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" } ] } |