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 |
| 官方URL | 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"
]
}
]
} | |