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是由pavel.surkov開發的Chrome擴展程式,該擴展的主要功能是“Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…”。

擴展截圖

screenshot
screenshot
screenshot

下載GIF Stickers擴展crx文件

下載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
官方網址 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
}