Hotot+
Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
Was ist Hotot+?
Hotot+ ist eine Chrome-Erweiterung, die von https://www.redsquirrel87.com entwickelt wurde, und ihr Hauptmerkmal ist "Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.".
Erweiterungsscreenshots
Hotot+-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hotot+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pmfcfpompfkahkjemkmenehdjehchpfi |
| Offizielle URL | https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi |
| Beschreibung | Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client. |
| Dateigröße | 5.8 MB |
| Installationsanzahl | 167 |
| Aktuelle Version | 11 |
| Letztes Update | 2017-11-08 |
| Veröffentlichungsdatum | 2017-11-08 |
| Bewertung | 5.00/5 Insgesamt 17 Bewertungen |
| Entwickler | https://www.redsquirrel87.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.redsquirrel87.com/hototplus |
| Hilfeseite URL | http://www.redsquirrel87.com/hototplus |
| Unterstützte Sprachen | 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"
} | |