Saturation Doctor
Saturation Doctor
What is Saturation Doctor?
Saturation Doctor is a Chrome extension developed by SaturationDoctor, and its main feature is "Saturation Doctor".
Extension Screenshots
Download Saturation Doctor Extension CRX File
Download Saturation Doctor 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
Our free AI powered chrome extension analyzes any Aliexpress.com product you are viewing in real time. Our algorithm searches the internet for stores selling this product on: Shopify, Amazon, Ebay, and other popular ecommerce platforms. Providing you with a unique score for determining whether you should sell it in your store or not.
Extension Basic Information
Name | Saturation Doctor |
ID | libhomjlepkocjgjpgolfiahecffmlad |
Official URL | https://chromewebstore.google.com/detail/saturation-doctor/libhomjlepkocjgjpgolfiahecffmlad |
Description | Saturation Doctor |
File Size | 376 KB |
Installation Count | 116 |
Current Version | 1.0 |
Last Updated | 2020-12-20 |
Publish Date | 2020-12-20 |
Rating | 3.67/5 Total 3 Ratings |
Developer | SaturationDoctor |
[email protected] | |
Payment Type | free |
Extension Website | https://www.saturatiod.com |
Help Page URL | https://www.saturatiod.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saturation Doctor", "version": "1.0", "description": "Saturation Doctor", "manifest_version": 2, "permissions": [ "https:\/\/www.aliexpress.com\/*", "https:\/\/chrome.google.com\/*", "storage", "unlimitedStorage", "cookies", "https:\/\/www.saturationd.com\/*" ], "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Saturation Doctor" }, "minimum_chrome_version": "14", "content_scripts": [ { "matches": [ "https:\/\/www.aliexpress.com\/item\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "jquery-3.5.1.min.js", "js\/toastr.min.js", "content_script.js" ] } ], "icons": { "19": "icon19.png" } } |