Similar PNG
Similar PNG
What is Similar PNG?
Similar PNG is a Chrome extension developed by https://similarcontent.com, and its main feature is "Similar PNG".
Extension Screenshots
Download Similar PNG Extension CRX File
Download Similar PNG 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
Here on Similar PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties. Create your free account: https://similarpng.com/register/ Download unlimited PNG files now using the chrome extention
Extension Basic Information
Name | |
ID | lofmfoopafghkkokbblandhanihfjpgo |
Official URL | https://chromewebstore.google.com/detail/similar-png/lofmfoopafghkkokbblandhanihfjpgo |
Description | Similar PNG |
File Size | 627 KB |
Installation Count | 86 |
Current Version | 1.0.0 |
Last Updated | 2020-04-17 |
Publish Date | 2020-04-17 |
Developer | https://similarcontent.com |
[email protected] | |
Payment Type | free |
Extension Website | https://similarpng.com |
Help Page URL | https://similarpng.com/contact/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Similar PNG", "description": "Similar PNG", "version": "1.0.0", "browser_action": { "default_popup": "popup.html", "default_title": "Open the extension" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo.png" }, "permissions": [ "storage", "alarms", "https:\/\/similarpng.com\/*" ] } |