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",
"manifest_version": 3,
"name": "oviceChatReader",
"version": "1.0.8",
"description": "ovice\u975e\u516c\u5f0f\u306eChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u7279\u5b9a\u306e\u8981\u7d20\u5185\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u65e5\u672c\u8a9e\u3067\u8aad\u307f\u4e0a\u3052\u307e\u3059\u3002",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/*.ovice.in\/*",
"*:\/\/*.ovice.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.ovice.in\/*",
"*:\/\/*.ovice.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
}