Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"identity",
"scripting",
"downloads"
],
"host_permissions": [
"*:\/\/shopeeimagesdownloader.extensionsbox.com\/*",
"*:\/\/*.shopee.sg\/*",
"*:\/\/*.shopee.co.id\/*",
"*:\/\/*.shopee.tw\/*",
"*:\/\/*.shopee.co.th\/*",
"*:\/\/*.shopee.com.my\/*",
"*:\/\/*.shopee.vn\/*",
"*:\/\/*.shopee.ph\/*",
"*:\/\/*.shopee.com.br\/*",
"*:\/\/*.shopee.com.mx\/*",
"*:\/\/*.shopee.com.co\/*",
"*:\/\/*.shopee.cl\/*",
"*:\/\/*.susercontent.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.shopee.sg\/*",
"*:\/\/*.shopee.co.id\/*",
"*:\/\/*.shopee.tw\/*",
"*:\/\/*.shopee.co.th\/*",
"*:\/\/*.shopee.com.my\/*",
"*:\/\/*.shopee.vn\/*",
"*:\/\/*.shopee.ph\/*",
"*:\/\/*.shopee.com.br\/*",
"*:\/\/*.shopee.com.mx\/*",
"*:\/\/*.shopee.com.co\/*",
"*:\/\/*.shopee.cl\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzeAY0e1rrLJQm1TZYJuvZNqgEOQbz5QWClqlxcTtyRBIQPhxrTwq5ShkueevCiR0C5nuS6g5oAnw95FQZ0cAjudbFtWuj8hd5cLlem9W2u30piYY1iTDlowvi8oZjQYC2d7RhvFhiHmm5iLpujoM5jRB9dNe17C0JFhmPhIKjDfM0c+o4SHOz36fYSWRPdNpdqpPiJ2jMlaYpBDskoPcuL\/IBRiIOzyqvykW6xqrBoJnE3Fe9try8eVterMujdNU2L24M36QPdWhstfHld1vV0jQnwJphMexWw94ZRoCjjJFH11mjBeKU7lB+pMBxGREF6M7Hu1zNm8NgITxHW5JrQIDAQAB",
"oauth2": {
"client_id": "365734353666-o8bq3ai0b42mcion13doefim3ae8qs6q.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*",
"injected.js",
"downloader.html"
],
"matches": [
"<all_urls>"
]
}
]
}