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",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"default_popup": "popup.html"
},
"version": "0.0.20",
"author": "cti1650",
"name": "PopGPT",
"description": "ChatGPT\u3092\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u547c\u3073\u51fa\u3057\u3001\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\u3067\u7c21\u5358\u306b\u8907\u96d1\u306a\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\uff01",
"background": {
"service_worker": "background.5fadff2f.js"
},
"permissions": [
"storage",
"scripting",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat*"
],
"js": [
"contents.77d90920.js"
],
"all_frames": false,
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
"src\/styles\/*.css"
],
"matches": [
"https:\/\/chat.openai.com\/*"
]
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"resources": [
"contents.bc63e67b.css",
"contents.7fc1c83f.css",
"contents.b194a176.css"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+0",
"mac": "Command+Shift+0",
"chromeos": "Ctrl+Shift+0",
"linux": "Ctrl+Shift+0"
}
}
},
"host_permissions": [
"https:\/\/chat.openai.com\/*"
]
}