Hotot+
Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
Cos'è Hotot+?
Hotot+ è un'estensione di Chrome sviluppata da https://www.redsquirrel87.com, e la sua funzione principale è "Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hotot+
Scarica i file di estensione Hotot+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hotot+ |
ID | pmfcfpompfkahkjemkmenehdjehchpfi |
URL Ufficiale | https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi |
Descrizione | Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client. |
Dimensione del File | 5.8 MB |
Conteggio Installazioni | 167 |
Versione Corrente | 11 |
Ultimo Aggiornamento | 2017-11-08 |
Data di Pubblicazione | 2017-11-08 |
Valutazione | 5.00/5 Totale 17 Valutazioni |
Sviluppatore | https://www.redsquirrel87.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.redsquirrel87.com/hototplus |
URL della Pagina di Aiuto | http://www.redsquirrel87.com/hototplus |
Lingue Supportate | 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" } |