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": "\u30b3\u30b3\u30ca\u30e9AI\u51fa\u54c1\u30c1\u30a7\u30c3\u30ab\u30fc",
"version": "1.0.1",
"description": "\u30b3\u30b3\u30ca\u30e9\u306e\u51fa\u54c1\u30b5\u30fc\u30d3\u30b9\u306e\u8a18\u8f09\u5185\u5bb9\u304c\u7981\u6b62\u4e8b\u9805\u306b\u8a72\u5f53\u3057\u306a\u3044\u304b\u3001AI\u3092\u4f7f\u3063\u3066\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059\u3002",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/coconala.com\/*",
"https:\/\/tiger4th.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/coconala.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}