Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Qu'est-ce que Fear Mongering Shithead ?
Fear Mongering Shithead est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fear Mongering Shithead
Téléchargez les fichiers d'extension Fear Mongering Shithead 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
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole
Informations de Base sur l'Extension
Nom | Fear Mongering Shithead |
ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
URL Officiel | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
Description | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
Taille du Fichier | 34.96 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-10-16 |
Date de Publication | 2015-10-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fear Mongering Shithead", "version": "1.0", "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |