Pintergif

Autoplay for GIFs on Pinterest.

Pintergif란 무엇입니까?

Pintergif은(는) zaven에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoplay for GIFs on Pinterest."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Pintergif automatically plays any GIFs it finds on Pinterest's list or board views. This allows you to more easily browse through collections of animated GIFs, such as sprites or short animation pieces.                    

확장 프로그램 기본 정보

이름 Pintergif Pintergif
ID pjhjdjhaadgebfgcaodcoodllgihlmml
공식 URL https://chromewebstore.google.com/detail/pintergif/pjhjdjhaadgebfgcaodcoodllgihlmml
설명 Autoplay for GIFs on Pinterest.
파일 크기 16.29 KB
설치 횟수 315
현재 버전 1.1
최근 업데이트 2021-04-03
출시 날짜 2018-07-27
평점 5.00/5 총 4 개의 평점
개발자 zaven
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pintergif",
    "version": "1.1",
    "description": "Autoplay for GIFs on Pinterest.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.pinterest.com.au\/*",
                "*:\/\/*.pinterest.com.mx\/*",
                "*:\/\/*.pinterest.at\/*",
                "*:\/\/*.pinterest.ca\/*",
                "*:\/\/*.pinterest.ch\/*",
                "*:\/\/*.pinterest.co.in\/*",
                "*:\/\/*.pinterest.co.kr\/*",
                "*:\/\/*.pinterest.co.nz\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.cz\/*",
                "*:\/\/*.pinterest.de\/*",
                "*:\/\/*.pinterest.dk\/*",
                "*:\/\/*.pinterest.es\/*",
                "*:\/\/*.pinterest.fi\/*",
                "*:\/\/*.pinterest.fr\/*",
                "*:\/\/*.pinterest.ie\/*",
                "*:\/\/*.pinterest.it\/*",
                "*:\/\/*.pinterest.jp\/*",
                "*:\/\/*.pinterest.nl\/*",
                "*:\/\/*.pinterest.nz\/*",
                "*:\/\/*.pinterest.pt\/*",
                "*:\/\/*.pinterest.ru\/*",
                "*:\/\/*.pinterest.se\/*"
            ],
            "js": [
                "pintergif.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/pintergif16.png",
        "32": "images\/pintergif32.png",
        "48": "images\/pintergif48.png",
        "128": "images\/pintergif128.png"
    },
    "manifest_version": 2
}