360 EMOJIS

Select and save your favorite emojis😀 and use them all over the internet.

360 EMOJIS क्या है?

360 EMOJIS BOS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select and save your favorite emojis😀 and use them all over the internet."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में 360 EMOJIS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension provides a convenient way to access popular emojis and create a context menu for popular emojis and has a ✨magic social editor✨                    

एक्सटेंशन की मूल जानकारी

नाम 360 EMOJIS 360 EMOJIS
ID mbedginkjghlppgajhepggepbeldamii
आधिकारिक URL https://chromewebstore.google.com/detail/360-emojis/mbedginkjghlppgajhepggepbeldamii
विवरण Select and save your favorite emojis😀 and use them all over the internet.
फ़ाइल का आकार 3.5 MB
स्थापना संख्या 163
वर्तमान संस्करण 1.420
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2021-10-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर BOS
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://360emojis.com
सहायता पृष्ठ URL https://360emojis.com/support
गोपनीयता नीति पृष्ठ URL https://app.mysocial360.com/privacypolicy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "360 EMOJIS",
    "short_name": "\ud83d\ude00360 EMOJIS",
    "version": "1.420",
    "description": "Select and save your favorite emojis\ud83d\ude00 and use them all over the internet.",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/360emojis.com\/",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "windows": "Ctrl+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            },
            "description": "Opens Emoji Selector"
        }
    },
    "host_permissions": [
        "https:\/\/app.mysocial360.com\/oauth\/*",
        "https:\/\/beta.app.360emojis.com\/360emojis\/*",
        "https:\/\/*.360emojis.com\/*"
    ],
    "permissions": [
        "activeTab",
        "clipboardRead",
        "cookies",
        "contextMenus",
        "gcm",
        "identity",
        "identity.email",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo192.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mysocial360.com\/oauth*",
                "https:\/\/beta.app.360emojis.com\/360emojis*",
                "https:\/\/beta.app.360emojis.com\/360emojis*"
            ],
            "js": [
                ".\/messages\/auth.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/libs\/jquery.js",
                ".\/libs\/sweetalert.js",
                ".\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/accountscenter.facebook.com\/profiles\/",
                "https:\/\/accountscenter.facebook.com\/personal_info\/",
                "https:\/\/accountscenter.facebook.com\/profiles\/*",
                "https:\/\/accountscenter.facebook.com\/personal_info\/*"
            ],
            "js": [
                ".\/content\/facebook.login.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo128.png",
        "32": "logo128.png",
        "48": "logo128.png",
        "128": "logo192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}