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是由Pulse Rate Labs開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載PinSort Pro - Sort, Download Images & Videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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/ |
| 說明頁面URL | 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"
]
}
]
} | |