PinSort Pro - Sort, Download Images & Videos
PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.
ما هو PinSort Pro - Sort, Download Images & Videos؟
PinSort Pro - Sort, Download Images & Videos هو إضافة Chrome تم تطويرها بواسطة Pulse Rate Labs، والميزة الرئيسية لها هي "PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PinSort Pro - Sort, Download Images & Videos
قم بتنزيل ملفات الامتداد PinSort Pro - Sort, Download Images & Videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.
- For Checking Highest/Lowest Saved Pin - Sort by Saves
- For Checking Most Repinned  - Sort by Repins
- For Downloading Image or Video Click on the download Button highlighted in red colour.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | pkjhibmmoibfdnibmlnjlmagcenadgnc | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinsort-pro-sort-download/pkjhibmmoibfdnibmlnjlmagcenadgnc | 
| الوصف | PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos. | 
| حجم الملف | 14.41 KB | 
| عدد التثبيتات | 60 | 
| النسخة الحالية | 1.0.1 | 
| آخر تحديث | 2023-09-22 | 
| تاريخ النشر | 2023-09-05 | 
| تقييم | 4.94/5 مجموع تقييمات 17 | 
| المطور | Pulse Rate Labs | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://pulseratelabs.com/ | 
| عنوان صفحة المساعدة | https://pulseratelabs.com/pinterest-video-downloader/ | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PinSort Pro - Sort, Download Images & Videos",
    "version": "1.0.1",
    "description": "PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.",
    "permissions": [
        "activeTab",
        "https:\/\/api.pinterest.com\/*",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1:5000\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background.service_worker": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/in.pinterest.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}  |  |