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.
Apa itu PinSort Pro - Sort, Download Images & Videos?
PinSort Pro - Sort, Download Images & Videos adalah ekstensi Chrome yang dikembangkan oleh Pulse Rate Labs, dan fitur utamanya adalah "PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PinSort Pro - Sort, Download Images & Videos
Unduh file ekstensi PinSort Pro - Sort, Download Images & Videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | pkjhibmmoibfdnibmlnjlmagcenadgnc |
| URL Resmi | https://chromewebstore.google.com/detail/pinsort-pro-sort-download/pkjhibmmoibfdnibmlnjlmagcenadgnc |
| Deskripsi | PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos. |
| Ukuran File | 14.41 KB |
| Jumlah Instalasi | 60 |
| Versi Saat Ini | 1.0.1 |
| Terakhir Diperbarui | 2023-09-22 |
| Tanggal Publikasi | 2023-09-05 |
| Penilaian | 4.94/5 Total 17 Penilaian |
| Pengembang | Pulse Rate Labs |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://pulseratelabs.com/ |
| URL Halaman Bantuan | https://pulseratelabs.com/pinterest-video-downloader/ |
| Bahasa yang Didukung | 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"
]
}
]
} | |