Better Fox News
Instantly improve Fox News by adding exlamation marks to the headers.
Qu'est-ce que Better Fox News ?
Better Fox News est une extension Chrome développée par arondeparon, et sa fonction principale est "Instantly improve Fox News by adding exlamation marks to the headers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Fox News
Téléchargez les fichiers d'extension Better Fox News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gpeegiacncibheagdgpgcllafcdcmain |
URL Officiel | https://chrome.google.com/webstore/detail/better-fox-news/gpeegiacncibheagdgpgcllafcdcmain |
Description | Instantly improve Fox News by adding exlamation marks to the headers. |
Taille du Fichier | 3.42 KB |
Nombre d'Installations | 135 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-07-28 |
Date de Publication | 2015-07-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | arondeparon |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |