GIF Stickers

Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…

Что такое GIF Stickers?

GIF Stickers - это расширение Chrome, разработанное pavel.surkov, и его основная функция - "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения GIF Stickers

Скачайте файлы расширений GIF Stickers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Emoji GIFs collection for stickers.

Find and send emoji anywhere.

Automatic paste GIF to chat's text field.

(Uses huge library of sticker.market)                    

Основная информация о расширении

Название GIF Stickers GIF Stickers
ID bgjfimhlbmgngcgejoplbcgnmdmoglap
Официальный URL https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap
Описание Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Размер файла 486 KB
Количество установок 533
Текущая Версия 1.1
Последнее Обновление 2018-10-22
Дата публикации 2018-10-22
Рейтинг 4.00/5 Всего 5 оценок
Разработчик pavel.surkov
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.adext0.xyz/install/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Stickers",
    "description": "",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "stickers.html",
        "default_icon": "19.png"
    },
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "short_name": "GIF-Stickers",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}