Pintergif

Autoplay for GIFs on Pinterest.

What is Pintergif?

Pintergif is a Chrome extension developed by zaven, and its main feature is "Autoplay for GIFs on Pinterest.".

Extension Screenshots

screenshot

Download Pintergif Extension CRX File

Download Pintergif extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pintergif Pintergif
ID pjhjdjhaadgebfgcaodcoodllgihlmml
Official URL https://chromewebstore.google.com/detail/pintergif/pjhjdjhaadgebfgcaodcoodllgihlmml
Description Autoplay for GIFs on Pinterest.
File Size 16.29 KB
Installation Count 315
Current Version 1.1
Last Updated 2021-04-03
Publish Date 2018-07-27
Rating 5.00/5 Total 4 Ratings
Developer zaven
Email [email protected]
Payment Type free
Supported Languages 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
}