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文件
下載Custom Hangout Emoticons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.*** 擴展基本資訊
| 名稱 | |
| ID | egaicdjagfbejjeihijpnelohejdhhjd |
| 官方網址 | 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"
} | |