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.
Was ist PinSort Pro - Sort, Download Images & Videos?
PinSort Pro - Sort, Download Images & Videos ist eine Chrome-Erweiterung, die von Pulse Rate Labs entwickelt wurde, und ihr Hauptmerkmal ist "PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.".
Erweiterungsscreenshots
PinSort Pro - Sort, Download Images & Videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie PinSort Pro - Sort, Download Images & Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkjhibmmoibfdnibmlnjlmagcenadgnc |
| Offizielle URL | https://chromewebstore.google.com/detail/pinsort-pro-sort-download/pkjhibmmoibfdnibmlnjlmagcenadgnc |
| Beschreibung | PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos. |
| Dateigröße | 14.41 KB |
| Installationsanzahl | 60 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2023-09-22 |
| Veröffentlichungsdatum | 2023-09-05 |
| Bewertung | 4.94/5 Insgesamt 17 Bewertungen |
| Entwickler | Pulse Rate Labs |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://pulseratelabs.com/ |
| Hilfeseite URL | https://pulseratelabs.com/pinterest-video-downloader/ |
| Unterstützte Sprachen | 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"
]
}
]
} | |