GIF Stickers
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Was ist GIF Stickers?
GIF Stickers ist eine Chrome-Erweiterung, die von pavel.surkov entwickelt wurde, und ihr Hauptmerkmal ist "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".
Erweiterungsscreenshots
GIF Stickers-Erweiterungs-CRX-Datei herunterladen
Laden Sie GIF Stickers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library of sticker.market)
Grundlegende Informationen zur Erweiterung
Name | |
ID | bgjfimhlbmgngcgejoplbcgnmdmoglap |
Offizielle URL | https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap |
Beschreibung | Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library… |
Dateigröße | 486 KB |
Installationsanzahl | 533 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-10-22 |
Veröffentlichungsdatum | 2018-10-22 |
Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
Entwickler | pavel.surkov |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.adext0.xyz/install/privacy.html |
Unterstützte Sprachen | 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 } |