Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_TemuReviewsExporter__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_temuReviewsExporterDescription__",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": ".\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.temu.com\/*"
],
"js": [
"js\/contentScript.js"
],
"run_At": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"js\/load.js"
]
}
],
"oauth2": {
"client_id": "906522298666-6g10prvro1iivekbhvho55k0th7stu8h.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/api.webstarue.com\/*",
"https:\/\/www.temu.com\/*"
],
"permissions": [
"tabs",
"identity",
"storage"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9Ec3OI+a8tyPIEnm9za9ANZa9evtobVpWeYgV20\/D2K4Yz6NzRxqMUYQmE5sk7dzocXWz0PeF5LjfFD1x+65dVa7hBuDc6OFnzr8owc5yeBTBDIAPl4z+vEQpPPPqrIHZcoUfrTHpX3TP1pyazMvk4ug8jfIPtsCsLg2YJWcPnrvFL6kQuiT6g5+7jSOrOj5trITYO61iY\/YBdvFq9xayuoD2wWU8ZZxadojt4SMpsn\/0Fp+V\/tM1zIENd\/1ud1wJKvdTSOqyGJM1dFCfyXWtPU\/6PdaKv5n4vDRz8CNt92gYhoRYx3y7C7OHDmGJxB2Bo2PYrCm0NInjcojmAwcrQIDAQAB"
}