Pintergif

Autoplay for GIFs on Pinterest.

ما هو Pintergif؟

Pintergif هو إضافة Chrome تم تطويرها بواسطة zaven، والميزة الرئيسية لها هي "Autoplay for GIFs on Pinterest.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pintergif

قم بتنزيل ملفات الامتداد Pintergif بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}