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",
"name": "Allow Copy-Paste",
"version": "1.1.0",
"manifest_version": 3,
"description": "\u9078\u629e\u30fb\u30b3\u30d4\u30fc\u30fb\u30da\u30fc\u30b9\u30c8\u304c\u7981\u6b62\u3055\u308c\u3066\u3044\u308b\u30da\u30fc\u30b8\u3067\u3053\u308c\u3089\u306e\u64cd\u4f5c\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"content_script.js"
],
"matches": [
"<all_urls>"
]
}
]
}