Fun Box - Emoji, Stickers, Gifs

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

Fun Box - Emoji, Stickers, Gifs란 무엇입니까?

Fun Box - Emoji, Stickers, Gifs은(는) FunBox - gifs, emoji, stickers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fun Box - is a handy extension with collections of gifs, emojis and stickers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fun Box - Emoji, Stickers, Gifs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Fun Box - Emoji, Stickers, Gifs Fun Box - Emoji, Stickers, Gifs
ID fcgmgjnnohnmfaafkjpbinakabldfbag
공식 URL https://chromewebstore.google.com/detail/fun-box-emoji-stickers-gi/fcgmgjnnohnmfaafkjpbinakabldfbag
설명 Fun Box - is a handy extension with collections of gifs, emojis and stickers.
파일 크기 678 KB
설치 횟수 4,315
현재 버전 1.2
최근 업데이트 2021-11-23
출시 날짜 2021-08-14
평점 5.00/5 총 4 개의 평점
개발자 FunBox - gifs, emoji, stickers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fun-box.online
도움말 페이지 URL https://fun-box.online
개인정보 보호 정책 페이지 URL https://bit.ly/3jRX47w
지원되는 언어 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'"
}