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,
"version": "1.4.9",
"name": "__MSG_name__",
"description": "__MSG_description__",
"homepage_url": "https:\/\/chrome.google.com",
"default_locale": "en",
"permissions": [
"storage"
],
"host_permissions": [],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.temu.com\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/main.css",
"css\/content.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_icon": "icon\/icon48.png",
"default_title": "popup",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"icon\/*",
"css\/*"
],
"matches": [
"https:\/\/www.temu.com\/*"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjeldNjqTGEmUjWb7hsjG+EaL8vQfiweEM4n\/GgMvghUi1d9QL0rU6DEVlrDecTbbsjTmDahVYGI36H2RcrJB4nD6DoapLbjP8PW+6VglAi5sHp7JrFdBC0qyTdikP9sE2Iohkz5j7a39i7V8Ghnb++hLVWwru5RaAoKU6sZDxurpnmM2BMwwObSFkA8DyO1SiYkNQNA4ssD61I8JWHI3nk6O2i0xlqNC1sJqufCqPuqZuRg2gmeI1cLgBI0hJTYN9sosMXcmwdfNwBCrtR+st+5MmCSzFa2R4xSTA1VjZi\/L8K1ZifGsXHtDrOrzzY+NxP0RU51f8h9NaJWfJS+TpQIDAQAB"
}