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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 공식 URL | 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"
} | |