Найдите свои любимые бренды в Aliexpress
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": "img/icon32.png",
"default_popup": "feed.html"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"inject.js"
],
"matches": [
"*://*.aliexpress.com/*"
],
"run_at": "document_end"
}
],
"default_locale": "ru",
"description": "__MSG_chrome_extension_description__",
"icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"64": "img/icon64.png",
"128": "img/icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlSh1zEVkSfdQ+ml4r+3+vX3zes9509Dq6Nk6vMpsxb9Md8E8US5DPGLH+Dr5gFlawyDLR2I9L/icEXttof5pMZ03NioiAfF4tr5FaietZjKX34AX5G/F7VcqI+sfUf/Ay4Hhf4NGbsgMGKw029iRw0vXbN4Uk+3l80blvHEDnx8obDuwehrUJF5oFy1VPeTUhNn7dPXRsDQfkavtuhRvnZfZ5w6T/sO38T7GODl3xECB/C68S8vLci+2m7i7zf1Sm46bSy7xHdGjmfLqDcGWGhgSKcnVIMAW5coq1K9fKoxR4g5qNBeX4AGf3UbV97fEvOt67hzUVDXIF+g8nOnLFQIDAQAB",
"manifest_version": 2,
"name": "__MSG_chrome_extension_name__",
"optional_permissions": [
"*://*.chnhelp.com/*",
"tabs"
],
"permissions": [
"tabs",
"storage",
"http://*.aliexpress.com/*",
"http://*.chnhelp.com/*",
"contextMenus",
"*://*/*"
],
"short_name": "__MSG_chrome_extension_short_name__",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.6",
"web_accessible_resources": [
"inject.css",
"inject.js"
]
}