Pinterest Original Image
View Pinterest original Image,Download Pinterest original Image
Pinterest Original Imageとは何ですか?
Pinterest Original Imageはhoujd110によって開発されたChromeの拡張機能で、その主な機能は「View Pinterest original Image,Download Pinterest original Image」です。
拡張機能のスクリーンショット
Pinterest Original Image拡張機能のCRXファイルをダウンロード
Pinterest Original Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fix the problem that some pictures cannot view the original picture. Click Original button to view or download the original image.
拡張機能の基本情報
名前 | Pinterest Original Image |
ID | bpmenfgjjlmobodbdofpkhfnbgoijpol |
公式URL | https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol |
説明 | View Pinterest original Image,Download Pinterest original Image |
ファイルサイズ | 43.44 KB |
インストール数 | 4,707 |
現在のバージョン | 1.5.5 |
最終更新日 | 2022-03-23 |
公開日 | 2020-05-08 |
評価 | 2.36/5 合計 14 レビュー |
開発者 | houjd110 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinterest Original Image", "version": "1.5.5", "description": "View Pinterest original Image,Download Pinterest original Image", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "https:\/\/*.pinterest.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.pinterest.com\/*" ], "js": [ "jquery-1.9.1.js", "js.js" ], "run_at": "document_start" } ], "manifest_version": 3 } |