Fun Box - Emoji, Stickers, Gifs

Fun Box - is a handy extension with collections of gifs, emojis and stickers.

Was ist Fun Box - Emoji, Stickers, Gifs?

Fun Box - Emoji, Stickers, Gifs ist eine Chrome-Erweiterung, die von FunBox - gifs, emoji, stickers entwickelt wurde, und ihr Hauptmerkmal ist "Fun Box - is a handy extension with collections of gifs, emojis and stickers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Fun Box - Emoji, Stickers, Gifs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fun Box - Emoji, Stickers, Gifs-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

                        Do you like Stickers? 
Do you use Gifs
Do you use Emojis?
Do you like to glue them everywhere? 

Check out this Gif / Emoji / Sticker extension for Chrome - FunBox!

FunBox gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on every website. After you have installed the extension there will be an extra button in the toolbar to insert GIFs everywhere you like.

With this extension you can apply graphic stickers over websites. Use the already added collection of that we have prepared for you. 

Over 100 other funny stickers. 
Features: 
- Large collection of awesome stickers; 
- Upload your images as custom stickers online; 
- Convenient dock for quick control;
- Change stickers with scrolling. 

Open the sticker website destroyer extension window by clicking on its icon in the toolbar Chrome panel and click in the desired sticker. Use mouse scrolling to change images from collection. 

Find and send emoji anywhere. Automatic paste GIF to chat's text field.                    

Grundlegende Informationen zur Erweiterung

Name Fun Box - Emoji, Stickers, Gifs Fun Box - Emoji, Stickers, Gifs
ID fcgmgjnnohnmfaafkjpbinakabldfbag
Offizielle URL https://chromewebstore.google.com/detail/fun-box-emoji-stickers-gi/fcgmgjnnohnmfaafkjpbinakabldfbag
Beschreibung Fun Box - is a handy extension with collections of gifs, emojis and stickers.
Dateigröße 678 KB
Installationsanzahl 4,315
Aktuelle Version 1.2
Letztes Update 2021-11-23
Veröffentlichungsdatum 2021-08-14
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler FunBox - gifs, emoji, stickers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fun-box.online
Hilfeseite URL https://fun-box.online
URL der Datenschutzrichtlinien-Seite https://bit.ly/3jRX47w
Unterstützte Sprachen id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo192.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'sha256-qFteJcdfR8WVhHAHm3Z7yXhXyDZ3Z86hCxcc+l8I354=' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}