Custom Hangout Emoticons
Makes it possible to add custom emoticons to your Google Hangouts
Custom Hangout Emoticons란 무엇입니까?
Custom Hangout Emoticons은(는) antonio.jesus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes it possible to add custom emoticons to your Google Hangouts"입니다.
확장 프로그램 스크린샷
Custom Hangout Emoticons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use custom emoticons in your conversations. Preview all images. Send autoplay videos. Change your font style. Create your own emoticon packages and share them with your friends. And more... ***Warning: It is incompatible with the official Hangout extension.*** ***This is not an official google extension, so google will not provide support or maintenance.***
확장 프로그램 기본 정보
이름 | Custom Hangout Emoticons |
ID | egaicdjagfbejjeihijpnelohejdhhjd |
공식 URL | https://chromewebstore.google.com/detail/custom-hangout-emoticons/egaicdjagfbejjeihijpnelohejdhhjd |
설명 | Makes it possible to add custom emoticons to your Google Hangouts |
파일 크기 | 480 KB |
설치 횟수 | 11,470 |
현재 버전 | 1.1.3.0 |
최근 업데이트 | 2018-07-10 |
출시 날짜 | 2018-07-10 |
평점 | 3.43/5 총 134 개의 평점 |
개발자 | antonio.jesus |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://antoniojesvs.github.io/customhangouts/ |
도움말 페이지 URL | http://antoniojesvs.github.io/customhangouts/ |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Hangout Emoticons", "version": "1.1.3.0", "manifest_version": 2, "description": "__MSG_description__", "options_page": "config\/options.html", "permissions": [ "contextMenus", "storage" ], "icons": { "16": "images\/hangui16.png", "48": "images\/hangui48.png", "128": "images\/hangui128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/talkgadget.google.com\/*", "https:\/\/hangouts.google.com\/webchat\/*" ], "js": [ "jquery-1.10.2.min.js", "contentscript.js", "browserSpecific.js" ], "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/dl.dropbox.com https:\/\/*.dl.dropboxusercontent.com https:\/\/dl.dropboxusercontent.com; object-src 'self'", "background": { "scripts": [ "jquery-1.10.2.min.js", "background.js", "packages\/links.js", "packages\/onions.js", "packages\/memes.js", "packages\/monkey.js", "packages\/fox.js", "packages\/rabbit.js", "packages\/panda.js", "packages\/robot.js", "packages\/otros.js", "packages\/censored.js" ] }, "web_accessible_resources": [ "config\/images\/Panda.png", "config\/images\/Onion.png", "config\/images\/Memes.png", "config\/images\/Monkey.png", "config\/images\/Fox.png", "config\/images\/Rabbit.png", "config\/images\/Robot.png", "config\/images\/Others.png", "config\/images\/Mine.png", "images\/hangui48.png", "jquery-1.10.2.min.map" ], "minimum_chrome_version": "6.0.0.0", "default_locale": "en" } |