Hotot+
Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
什麼是Hotot+?
Hotot+是由https://www.redsquirrel87.com開發的Chrome擴展程式,該擴展的主要功能是“Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.”。
擴展截圖
下載Hotot+擴展crx文件
下載Hotot+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | pmfcfpompfkahkjemkmenehdjehchpfi |
| 官方網址 | https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi |
| 簡介 | Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client. |
| 檔案大小 | 5.8 MB |
| 安裝次數 | 167 |
| 目前版本 | 11 |
| 更新時間 | 2017-11-08 |
| 上架時間 | 2017-11-08 |
| 評分 | 5.00/5 共 17 次評分 |
| 開發者 | https://www.redsquirrel87.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.redsquirrel87.com/hototplus |
| 說明頁面URL | http://www.redsquirrel87.com/hototplus |
| 支援的語言 | 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"
} | |