Prinstant
Prinstant extension helps you download post and reels (images and videos)
Prinstantとは何ですか?
Prinstantはcreativebondingによって開発されたChromeの拡張機能で、その主な機能は「Prinstant extension helps you download post and reels (images and videos)」です。
拡張機能のスクリーンショット
Prinstant拡張機能のCRXファイルをダウンロード
Prinstant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you to download the photos and videos visible in your Instagram account in one click
拡張機能の基本情報
名前 | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
公式URL | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
説明 | Prinstant extension helps you download post and reels (images and videos) |
ファイルサイズ | 40.27 KB |
インストール数 | 170 |
現在のバージョン | 0.01 |
最終更新日 | 2021-06-16 |
公開日 | 2021-06-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | creativebonding |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prinstant", "version": "0.01", "description": "Prinstant extension helps you download post and reels (images and videos)", "browser_action": { "default_title": "Prinstant", "default_popup": "prinstant.html", "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "js": [ "sample.js" ], "run_at": "document_end" } ], "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |