Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

ما هو Pinterest Original Image؟

Pinterest Original Image هو إضافة Chrome تم تطويرها بواسطة houjd110، والميزة الرئيسية لها هي "View Pinterest original Image,Download Pinterest original Image".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Pinterest Original Image

قم بتنزيل ملفات الامتداد Pinterest Original Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Fix the problem that some pictures cannot view the original picture.
Click Original button to view or download the original image.                    

معلومات أساسية عن التمديد

الاسم Pinterest Original Image Pinterest Original Image
ID bpmenfgjjlmobodbdofpkhfnbgoijpol
عنوان URL الرسمي https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol
الوصف View Pinterest original Image,Download Pinterest original Image
حجم الملف 43.44 KB
عدد التثبيتات 4,707
النسخة الحالية 1.5.5
آخر تحديث 2022-03-23
تاريخ النشر 2020-05-08
تقييم 2.36/5 مجموع تقييمات 14
المطور houjd110
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Original Image",
    "version": "1.5.5",
    "description": "View Pinterest original Image,Download Pinterest original Image",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.pinterest.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "jquery-1.9.1.js",
                "js.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}