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.
What is PinSort Pro - Sort, Download Images & Videos?
PinSort Pro - Sort, Download Images & Videos is a Chrome extension developed by Pulse Rate Labs, and its main feature is "PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.".
Extension Screenshots
Download PinSort Pro - Sort, Download Images & Videos Extension CRX File
Download PinSort Pro - Sort, Download Images & Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | pkjhibmmoibfdnibmlnjlmagcenadgnc |
| Official URL | https://chromewebstore.google.com/detail/pinsort-pro-sort-download/pkjhibmmoibfdnibmlnjlmagcenadgnc |
| Description | PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos. |
| File Size | 14.41 KB |
| Installation Count | 60 |
| Current Version | 1.0.1 |
| Last Updated | 2023-09-22 |
| Publish Date | 2023-09-05 |
| Rating | 4.94/5 Total 17 Ratings |
| Developer | Pulse Rate Labs |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://pulseratelabs.com/ |
| Help Page URL | https://pulseratelabs.com/pinterest-video-downloader/ |
| Supported Languages | 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"
]
}
]
} | |