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",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.3",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"host_permissions": [
"https:\/\/*.openai.com\/*"
],
"permissions": [
"storage",
"webRequest"
],
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_popup": "popup\/index.html"
},
"options_ui": {
"page": "options\/index.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.bilibili.com\/*",
"https:\/\/*.openai.com\/*"
],
"js": [
"content-script\/index.js"
],
"css": [
"content-script\/index.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"logo.png"
],
"matches": [
"<all_urls>"
]
}
]
}