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 |
电子邮箱 | [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 } |