Hotot+
Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
Qu'est-ce que Hotot+ ?
Hotot+ est une extension Chrome développée par https://www.redsquirrel87.com, et sa fonction principale est "Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hotot+
Téléchargez les fichiers d'extension Hotot+ 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
Hotot+ for Chrome is an unofficial mod of Hotot, the famous and lightweight Twitter client for Google Chrome. Hotot+ has more than 1000 changes than the original version, divided among (many) bugfixes, improvements and additions of new functions. A complete and detailed list of new features can be found at project's official page at http://www.redsquirrel87.com/hototplus
Informations de Base sur l'Extension
Nom | Hotot+ |
ID | pmfcfpompfkahkjemkmenehdjehchpfi |
URL Officiel | https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi |
Description | Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client. |
Taille du Fichier | 5.8 MB |
Nombre d'Installations | 167 |
Version Actuelle | 11 |
Dernière Mise à Jour | 2017-11-08 |
Date de Publication | 2017-11-08 |
Évaluation | 5.00/5 Total 17 Évaluations |
Développeur | https://www.redsquirrel87.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.redsquirrel87.com/hototplus |
URL de la Page d'Aide | http://www.redsquirrel87.com/hototplus |
Langues Prises en Charge | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Red Squirrel", "background": { "page": "background.html" }, "browser_action": { "default_icon": "image\/ic24_hotot.png", "default_title": "__MSG_hotot_goto__" }, "default_locale": "en", "description": "__MSG_hotot_description__", "homepage_url": "http:\/\/www.redsquirrel87.com\/Hotot+.php", "icons": { "128": "image\/ic128_hotot.png", "16": "image\/ic16_hotot.png", "24": "image\/ic24_hotot.png", "48": "image\/ic48_hotot.png", "64": "image\/ic64_hotot.png" }, "manifest_version": 2, "minimum_chrome_version": "40", "name": "Hotot+", "permissions": [ "contextMenus", "tabs", "unlimitedStorage", "notifications", "storage", "*:\/\/*\/*" ], "short_name": "Hotot+", "version": "11" } |