Custom Effects for Chrome™

Funny custom effects and GIFs right in your browser.

Custom Effects for Chrome™란 무엇입니까?

Custom Effects for Chrome™은(는) Custom Effects에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Funny custom effects and GIFs right in your browser."입니다.

확장 프로그램 스크린샷

screenshot

Custom Effects for Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wanna update your boring browser? Now you have some free animations for your browser.
Customize your experience of surfing the web.
We are going to update this extension regulary with new GIFs and other interesting features, so be in touch and don't delete the extension, because it is going to be really awesome. You can also recommend us some of your bold ideas in feedback field.

In the near future we are going to add next features:
- More awesome GIFs
- Most friendly user interface
- Ability of changing a scale of your amazing animations
- A website, where you can find new updates and be able to get notifications about updates and other news.

*Important*
To add more than one gif, you have to drag the first choosen gif anywhere and only after that you can choose the next animation and drag it as well.

It is absolutely new extension among all variety here, so we appreciate your 5 stars)                    

확장 프로그램 기본 정보

이름 Custom Effects for Chrome™ Custom Effects for Chrome™
ID jbcmappinbdhoealkbkdgbcpfcdmeplc
공식 URL https://chromewebstore.google.com/detail/custom-effects-for-chrome/jbcmappinbdhoealkbkdgbcpfcdmeplc
설명 Funny custom effects and GIFs right in your browser.
파일 크기 124 MB
설치 횟수 97
현재 버전 1.0.1
최근 업데이트 2021-06-19
출시 날짜 2021-06-18
개발자 Custom Effects
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,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
{
    "browser_action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_default_title__"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "libs\/jquery.throwable.js",
                "libs\/beejdnd.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "contentSettings"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "assets\/img\/*.*"
    ]
}