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": "OKKI io \u5916\u8d38\u5ba2\u6237\u5f00\u53d1\u90ae\u7bb1\u5730\u5740\u67e5\u627e\u5de5\u5177",
"version": "0.2.7",
"description": "OKKI.io \u8f7b\u677e\u597d\u7528\u7684\u5916\u8d38\u83b7\u5ba2\u5c0f\u63d2\u4ef6",
"action": {
"default_icon": ".\/assets\/img\/icon.png",
"default_popup": "dist\/popup\/index.html"
},
"background": {
"service_worker": "dist\/background\/index.mjs"
},
"icons": {
"16": "assets\/img\/[email protected]",
"48": "assets\/img\/[email protected]",
"128": "assets\/img\/[email protected]"
},
"permissions": [
"tabs",
"storage",
"activeTab",
"cookies"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/okki-io.dev.xiaoman.cn\/*",
"*:\/\/okki-io.xiaoman.cn\/*",
"*:\/\/leads-iteration-4-4-1094757.story.dev.xiaoman.cn\/*",
"*:\/\/okki-free.xiaoman.cn\/*",
"*:\/\/okki-free.dev.xiaoman.cn\/*",
"*:\/\/okki-free.beta.xiaoman.cn\/*"
],
"js": [
"dist\/contentScripts\/index.global.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"dist\/contentScripts\/index.global.js"
],
"run_at": "document_end",
"exclude_matches": [
"*:\/\/*.xiaoman.cn\/*",
"*:\/\/*.xiaoman.site\/*",
"*:\/\/*.xiaoman.co\/*",
"*:\/\/*.xiaoman.cc\/*",
"*:\/\/web.whatsapp.com\/*",
"*:\/\/crm.xiaoman.cn\/*",
"*:\/\/accounts.google.com\/gsi\/*"
]
},
{
"matches": [
"*:\/\/*.xiaoman.cn\/*"
],
"js": [
"dist\/contentScripts\/observe.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/observe.global.js",
"dist\/contentScripts\/style.css",
"assets\/*",
"dist\/options\/*",
"dist\/pages\/*",
"http:\/\/localhost:3303\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}