Pintergif

Autoplay for GIFs on Pinterest.

什麼是Pintergif?

Pintergif是由zaven開發的Chrome擴展程式,該擴展的主要功能是“Autoplay for GIFs on Pinterest.”。

擴展截圖

screenshot

下載Pintergif擴展crx文件

下載Pintergif擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}