GIF Scrubber

GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!

GIF Scrubber란 무엇입니까?

GIF Scrubber은(는) Twin Gravity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!"입니다.

확장 프로그램 스크린샷

screenshot

GIF Scrubber 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - NEW in GS 4.0: Now faster than ever!
- Support for Imgur and Gfycat links
- New dark design for better viewing
- GIF Scrubber is now open source (https://github.com/0ui/gif-scrubber)

To use, right-click a gif image or link and select the GIF Scubber option. The player will open in a new window or tab.                    

확장 프로그램 기본 정보

이름 GIF Scrubber GIF Scrubber
ID gbdacbnhlfdlllckelpdkgeklfjfgcmp
공식 URL https://chromewebstore.google.com/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp
설명 GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!
파일 크기 424 KB
설치 횟수 28,492
현재 버전 4.1.3
최근 업데이트 2023-09-04
출시 날짜 2016-10-18
평점 3.66/5 총 252 개의 평점
개발자 Twin Gravity
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Scrubber",
    "version": "4.1.3",
    "manifest_version": 3,
    "description": "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon-16.0be88e78.png",
        "48": "icon-48.e406ea6f.png",
        "128": "icon-128.0d3f4eb2.png"
    },
    "background": {
        "service_worker": "eventPage.dcc7d401.js"
    },
    "options_ui": {
        "browser_style": false,
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "options.html",
                "popup.html"
            ]
        }
    ]
}