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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |