Custom Hangout Emoticons

Makes it possible to add custom emoticons to your Google Hangouts

ما هو Custom Hangout Emoticons؟

Custom Hangout Emoticons هو إضافة Chrome تم تطويرها بواسطة antonio.jesus، والميزة الرئيسية لها هي "Makes it possible to add custom emoticons to your Google Hangouts".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Custom Hangout Emoticons

قم بتنزيل ملفات الامتداد Custom Hangout Emoticons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة 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"
}