Better Fox News
Instantly improve Fox News by adding exlamation marks to the headers.
Was ist Better Fox News?
Better Fox News ist eine Chrome-Erweiterung, die von arondeparon entwickelt wurde, und ihr Hauptmerkmal ist "Instantly improve Fox News by adding exlamation marks to the headers.".
Erweiterungsscreenshots
Better Fox News-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better Fox News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gpeegiacncibheagdgpgcllafcdcmain |
Offizielle URL | https://chrome.google.com/webstore/detail/better-fox-news/gpeegiacncibheagdgpgcllafcdcmain |
Beschreibung | Instantly improve Fox News by adding exlamation marks to the headers. |
Dateigröße | 3.42 KB |
Installationsanzahl | 135 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-07-28 |
Veröffentlichungsdatum | 2015-07-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | arondeparon |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |