Custom Hangout Emoticons

Makes it possible to add custom emoticons to your Google Hangouts

Custom Hangout Emoticons क्या है?

Custom Hangout Emoticons antonio.jesus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes it possible to add custom emoticons to your Google Hangouts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Custom Hangout Emoticons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
}