HotToHonk
Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Qu'est-ce que HotToHonk ?
HotToHonk est une extension Chrome développée par Cain Kilgore, et sa fonction principale est "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HotToHonk
Téléchargez les fichiers d'extension HotToHonk 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
Hot to Honk is a simple Chrome Extension which takes over your page and replaces any instances of "hot" to "honk". Subtle, but it's guaranteed to get you at some point. Install it on a friend's computer, install it on a co-workers computer, get really confused at GitHub Hotfixes, and much more!
Informations de Base sur l'Extension
Nom | |
ID | mhpfnbgjphkldelhiainlmlpofpjnlak |
URL Officiel | https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak |
Description | Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes. |
Taille du Fichier | 52.52 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-10-30 |
Date de Publication | 2019-10-30 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | Cain Kilgore |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cainkilgore.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HotToHonk", "version": "0.0.1", "manifest_version": 2, "description": "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.", "homepage_url": "https:\/\/cainkilgore.com", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "background.js" ] } ], "permissions": [ "activeTab" ], "icons": { "128": "honk.png" } } |