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.
Co to jest PinSort Pro - Sort, Download Images & Videos?
PinSort Pro - Sort, Download Images & Videos to rozszerzenie Chrome opracowane przez Pulse Rate Labs, a jego główną funkcją jest „PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PinSort Pro - Sort, Download Images & Videos
Pobierz pliki rozszerzeń PinSort Pro - Sort, Download Images & Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | pkjhibmmoibfdnibmlnjlmagcenadgnc | 
| Oficjalny URL | https://chromewebstore.google.com/detail/pinsort-pro-sort-download/pkjhibmmoibfdnibmlnjlmagcenadgnc | 
| Opis | PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos. | 
| Rozmiar pliku | 14.41 KB | 
| Liczba instalacji | 60 | 
| Aktualna Wersja | 1.0.1 | 
| Ostatnia Aktualizacja | 2023-09-22 | 
| Data Publikacji | 2023-09-05 | 
| Ocena | 4.94/5 Łącznie 17 Oceny | 
| Deweloper | Pulse Rate Labs | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://pulseratelabs.com/ | 
| Adres URL Strony Pomocy | https://pulseratelabs.com/pinterest-video-downloader/ | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |