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 là gì?
GIF Stickers là một tiện ích mở rộng Chrome được phát triển bởi pavel.surkov, và tính năng chính của nó là "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GIF Stickers
Tải xuống các tệp mở rộng GIF Stickers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library of sticker.market)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bgjfimhlbmgngcgejoplbcgnmdmoglap |
URL Chính Thức | https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap |
Mô tả | Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library… |
Kích Thước Tệp | 486 KB |
Số Lần Cài Đặt | 533 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-10-22 |
Ngày Phát Hành | 2018-10-22 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | pavel.surkov |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.adext0.xyz/install/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |