Pinterest Original Image
View Pinterest original Image,Download Pinterest original Image
What is Pinterest Original Image?
Pinterest Original Image is a Chrome extension developed by houjd110, and its main feature is "View Pinterest original Image,Download Pinterest original Image".
Extension Screenshots
Download Pinterest Original Image Extension CRX File
Download Pinterest Original Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fix the problem that some pictures cannot view the original picture. Click Original button to view or download the original image.
Extension Basic Information
Name | Pinterest Original Image |
ID | bpmenfgjjlmobodbdofpkhfnbgoijpol |
Official URL | https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol |
Description | View Pinterest original Image,Download Pinterest original Image |
File Size | 43.44 KB |
Installation Count | 4,707 |
Current Version | 1.5.5 |
Last Updated | 2022-03-23 |
Publish Date | 2020-05-08 |
Rating | 2.36/5 Total 14 Ratings |
Developer | houjd110 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |