Free AliExpress tool for Dropshipping and Shopping. Quick View Sales Trends on the List Page.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": "img/aliniche-grey-128x128-logo.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js/background.js",
"type": "module"
},
"content_scripts": [
{
"css": [
"css/main.css",
"css/element.css",
"css/content.css"
],
"js": [
"js/chunk-vendors.js",
"js/content.js"
],
"matches": [
"*://*.aliexpress.com/*"
],
"run_at": "document_idle"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https://findniche.com/",
"host_permissions": [
"*://*.findniche.com/*"
],
"icons": {
"128": "img/aliniche-128x128-logo.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"tabs",
"storage"
],
"version": "1.1.5",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img/*",
"icon/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}