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",
"name": "SahabatShopee",
"description": "Cara mudah download gambar dan foto di website shopee hanya dengan klik kanan pada gambar sudah langsung terdownload.",
"version": "1.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/www.shopee.co.id\/*",
"*:\/\/shopee.co.id\/*"
],
"permissions": [
"activeTab",
"downloads"
],
"web_accessible_resources": [
{
"resources": [
"download.mp3"
],
"matches": [
"*:\/\/www.shopee.co.id\/*",
"*:\/\/shopee.co.id\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/www.shopee.co.id\/*",
"*:\/\/shopee.co.id\/*"
],
"js": [
"contentscript.js"
]
}
]
}