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\u52a9\u624b",
"version": "3.0.2",
"description": "OKKI\u52a9\u624b",
"action": {
"default_icon": {
"16": ".\/assets\/img\/[email protected]",
"48": ".\/assets\/img\/[email protected]",
"128": ".\/assets\/img\/[email protected]"
},
"default_title": "\u6b63\u5728\u8fd0\u884c",
"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": [
"declarativeNetRequest",
"tabs",
"background",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "response_header_rules",
"enabled": true,
"path": ".\/assets\/filter-rules\/whatsapp-rule.json"
}
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/search*",
"*:\/\/*.google.com.hk\/search*",
"*:\/\/*.google.com.tw\/search*",
"*:\/\/*.google.com.au\/search*",
"*:\/\/*.google.co.jp\/search*",
"*:\/\/*.google.co.uk\/search*",
"*:\/\/*.google.fr\/search*",
"*:\/\/*.google.de\/search*",
"*:\/\/*.google.it\/search*",
"*:\/\/*.google.nl\/search*",
"*:\/\/*.google.ch\/search*"
],
"run_at": "document_end",
"css": [
".\/dist\/content\/google\/style.css"
],
"js": [
".\/dist\/content\/google\/content.js"
]
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*.xiaoman.cn\/*",
"*:\/\/*.okki.com\/*",
"*:\/\/*.xiaoman.site\/*",
"*:\/\/*.xiaoman.co\/*",
"*:\/\/*.xiaoman.cc\/*",
"*:\/\/*.m.tips\/*",
"*:\/\/web.whatsapp.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.linkedin.cn\/*",
"*:\/\/sobot.com\/*"
],
"run_at": "document_end",
"css": [
".\/dist\/content\/finder\/style.css"
],
"js": [
".\/dist\/content\/finder\/content.js"
]
},
{
"matches": [
"*:\/\/www.linkedin.com\/search\/results\/companies\/*",
"*:\/\/www.linkedin.com\/company\/*",
"*:\/\/www.linkedin.com\/search\/results\/people\/*",
"*:\/\/www.linkedin.com\/search\/results\/all\/*",
"*:\/\/www.linkedin.com\/in\/*",
"*:\/\/www.linkedin.com\/people\/*"
],
"run_at": "document_end",
"css": [
".\/dist\/content\/linkedin\/style.css"
],
"js": [
".\/dist\/content\/linkedin\/content.js"
]
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
".\/dist\/content\/main\/index.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"run_at": "document_end",
"css": [
".\/dist\/content\/whatsapp\/style.css",
".\/dist\/content\/whatsappExpose\/style.css"
],
"js": [
".\/dist\/content\/whatsapp\/content.js",
".\/dist\/content\/whatsappExpose\/content.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/*.okki.com\/*"
],
"run_at": "document_end",
"js": [
".\/dist\/scripts\/whatsappExpose.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/work.okki.com\/*",
"*:\/\/*.okki.com\/*"
],
"run_at": "document_end",
"js": [
".\/dist\/content\/alibaba\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/img\/*",
"dist\/options\/*",
"dist\/scripts\/*",
"dist\/content\/*",
"http:\/\/localhost:3303\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}