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…」です。
拡張機能のスクリーンショット
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)
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |