Pincase-Pinterest Video & Image Downloader
Free download Pinterest video and image. And support batch download to a folder.
Pincase-Pinterest Video & Image Downloaderとは何ですか?
Pincase-Pinterest Video & Image Downloaderはhttps://pincase.xyzによって開発されたChromeの拡張機能で、その主な機能は「Free download Pinterest video and image. And support batch download to a folder.」です。
拡張機能のスクリーンショット
Pincase-Pinterest Video & Image Downloader拡張機能のCRXファイルをダウンロード
Pincase-Pinterest Video & Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pincase is a free Pinterest video downloader that makes downloading on Pinterest.com easier. It also provides download function to download images, GIFs, videos, Story Pins.
Feature:
‒ Easy To Use. Pinterest image downloader makes downloading easier by adding a download button at the left top angle of each pin.
‒ Powerfull. Our extension supports download pinterest images, gifs, video and Story Pins. Supported pages include Board, Search page, Main feed page and Self-owned pins, etc.
‒ Efficient. Pincase that batch image downloader help you improve the efficiency of downloading. It supports batch downloading of gifs, images and videos
‒ Full Free. Pincase is made with love and we promise it will always be free.
We have developed a ChatGPT AI assistant tool that can be experienced with just a click on a pop-up. It offers free usage every day. 拡張機能の基本情報
| 名前 | |
| ID | poomkmbickjilkojghldlelgjmgaabic |
| 公式URL | https://chromewebstore.google.com/detail/pincase-pinterest-video-i/poomkmbickjilkojghldlelgjmgaabic |
| 説明 | Free download Pinterest video and image. And support batch download to a folder. |
| ファイルサイズ | 1.77 MB |
| インストール数 | 27,933 |
| 現在のバージョン | 1.0.18 |
| 最終更新日 | 2024-02-28 |
| 公開日 | 2022-02-17 |
| 評価 | 4.17/5 合計 75 レビュー |
| 開発者 | https://pincase.xyz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pincase.xyz/ |
| プライバシーポリシーページのURL | https://vimego.io/privacy |
| 対応言語 | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pincase-pinterest-video-i\/poomkmbickjilkojghldlelgjmgaabic?utm_medium=extension&utm_source=pincase",
"description": "__MSG_extDes__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.pinterest.com\/*",
"*:\/\/*.pinterest.ru\/*",
"*:\/\/*.pinterest.de\/*",
"*:\/\/*.pinterest.se\/*",
"*:\/\/*.pinterest.pt\/*",
"*:\/\/*.pinterest.at\/*",
"*:\/\/*.pinterest.dk\/*",
"*:\/\/*.pinterest.hu\/*",
"*:\/\/*.pinterest.be\/*",
"*:\/\/*.pinterest.ca\/*",
"*:\/\/*.pinterest.in\/*",
"*:\/\/*.pinterest.ec\/*",
"*:\/\/*.pinterest.co\/*",
"*:\/\/*.pinterest.cr\/*",
"*:\/\/*.pinterest.id\/*",
"*:\/\/*.pinterest.nz\/*",
"*:\/\/*.pinterest.uk\/*",
"*:\/\/*.pinterest.it\/*",
"*:\/\/*.pinterest.info\/*",
"*:\/\/*.pinterest.nl\/*",
"*:\/\/*.pinterest.ch\/*",
"*:\/\/*.pinterest.pe\/*",
"*:\/\/*.pinterest.th\/*",
"*:\/\/*.pinterest.tk\/*",
"*:\/\/*.pinterest.jp\/*",
"*:\/\/*.pinterest.ie\/*",
"*:\/\/*.pinterest.cl\/*",
"*:\/\/*.pinterest.tw\/*",
"*:\/\/*.pinterest.es\/*",
"*:\/\/*.pinterest.ph\/*",
"*:\/\/*.pinterest.vn\/*",
"*:\/\/*.pinterest.ag\/*",
"*:\/\/*.pinterest.cz\/*",
"*:\/\/*.pinterest.gs\/*",
"*:\/\/*.pinterest.am\/*",
"*:\/\/*.pinterest.bz\/*",
"*:\/\/*.pinterest.cn\/*",
"*:\/\/*.pinterest.mx\/*",
"*:\/\/*.pinterest.co.nz\/*",
"*:\/\/*.pinterest.co.at\/*",
"*:\/\/*.pinterest.co.cr\/*",
"*:\/\/*.pinterest.co.bo\/*",
"*:\/\/*.pinterest.co.es\/*",
"*:\/\/*.pinterest.co.py\/*",
"*:\/\/*.pinterest.co.uk\/*",
"*:\/\/*.pinterest.co.in\/*",
"*:\/\/*.pinterest.co.vn\/*",
"*:\/\/*.pinterest.co.pt\/*",
"*:\/\/*.pinterest.co.pe\/*",
"*:\/\/*.pinterest.com.bo\/*",
"*:\/\/*.pinterest.com.co\/*",
"*:\/\/*.pinterest.com.cn\/*",
"*:\/\/*.pinterest.com.au\/*",
"*:\/\/*.pinterest.com.ag\/*",
"*:\/\/*.pinterest.com.es\/*",
"*:\/\/*.pinterest.com.py\/*",
"*:\/\/*.pinterest.com.ph\/*",
"*:\/\/*.pinterest.com.uk\/*",
"*:\/\/*.pinterest.com.vn\/*",
"*:\/\/*.pinterest.com.pt\/*",
"*:\/\/*.pinterest.com.pl\/*",
"*:\/\/*.pinterest.com.pe\/*",
"*:\/\/*.pinterest.com.tw\/*",
"*:\/\/*.pinterest.com.ve\/*",
"*:\/\/*.pinterest.com.mx\/*"
],
"css": [
"css\/custom.css"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"*:\/\/pincase.xyz\/*",
"*:\/\/dev.pincase.xyz\/*"
],
"js": [
"js\/web-script.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icons\/logo.png"
},
"version": "1.0.18",
"permissions": [
"activeTab",
"storage",
"downloads",
"declarativeNetRequest",
"alarms"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.pinterest.com\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.aliyuncs.com\/*",
"*:\/\/pincase.xyz\/",
"*:\/\/dev.pincase.xyz\/",
"*:\/\/*.pinterest.ru\/*",
"*:\/\/*.pinterest.de\/*",
"*:\/\/*.pinterest.se\/*",
"*:\/\/*.pinterest.pt\/*",
"*:\/\/*.pinterest.at\/*",
"*:\/\/*.pinterest.dk\/*",
"*:\/\/*.pinterest.hu\/*",
"*:\/\/*.pinterest.be\/*",
"*:\/\/*.pinterest.ca\/*",
"*:\/\/*.pinterest.in\/*",
"*:\/\/*.pinterest.ec\/*",
"*:\/\/*.pinterest.co\/*",
"*:\/\/*.pinterest.cr\/*",
"*:\/\/*.pinterest.id\/*",
"*:\/\/*.pinterest.nz\/*",
"*:\/\/*.pinterest.uk\/*",
"*:\/\/*.pinterest.it\/*",
"*:\/\/*.pinterest.info\/*",
"*:\/\/*.pinterest.nl\/*",
"*:\/\/*.pinterest.ch\/*",
"*:\/\/*.pinterest.pe\/*",
"*:\/\/*.pinterest.th\/*",
"*:\/\/*.pinterest.tk\/*",
"*:\/\/*.pinterest.jp\/*",
"*:\/\/*.pinterest.ie\/*",
"*:\/\/*.pinterest.cl\/*",
"*:\/\/*.pinterest.tw\/*",
"*:\/\/*.pinterest.es\/*",
"*:\/\/*.pinterest.ph\/*",
"*:\/\/*.pinterest.vn\/*",
"*:\/\/*.pinterest.ag\/*",
"*:\/\/*.pinterest.cz\/*",
"*:\/\/*.pinterest.gs\/*",
"*:\/\/*.pinterest.am\/*",
"*:\/\/*.pinterest.bz\/*",
"*:\/\/*.pinterest.cn\/*",
"*:\/\/*.pinterest.mx\/*",
"*:\/\/*.pinterest.co.nz\/*",
"*:\/\/*.pinterest.co.at\/*",
"*:\/\/*.pinterest.co.cr\/*",
"*:\/\/*.pinterest.co.bo\/*",
"*:\/\/*.pinterest.co.es\/*",
"*:\/\/*.pinterest.co.py\/*",
"*:\/\/*.pinterest.co.uk\/*",
"*:\/\/*.pinterest.co.in\/*",
"*:\/\/*.pinterest.co.vn\/*",
"*:\/\/*.pinterest.co.pt\/*",
"*:\/\/*.pinterest.co.pe\/*",
"*:\/\/*.pinterest.com.bo\/*",
"*:\/\/*.pinterest.com.co\/*",
"*:\/\/*.pinterest.com.cn\/*",
"*:\/\/*.pinterest.com.au\/*",
"*:\/\/*.pinterest.com.ag\/*",
"*:\/\/*.pinterest.com.es\/*",
"*:\/\/*.pinterest.com.py\/*",
"*:\/\/*.pinterest.com.ph\/*",
"*:\/\/*.pinterest.com.uk\/*",
"*:\/\/*.pinterest.com.vn\/*",
"*:\/\/*.pinterest.com.pt\/*",
"*:\/\/*.pinterest.com.pl\/*",
"*:\/\/*.pinterest.com.pe\/*",
"*:\/\/*.pinterest.com.tw\/*",
"*:\/\/*.pinterest.com.ve\/*",
"*:\/\/*.pinterest.com.mx\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"128": "icons\/logo.png"
}
}
} | |