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": "CodePTIT Copier",
"version": "1.7",
"description": "S\u1eeda l\u1ed7i d\u00f2ng tr\u1ed1ng th\u1eeba khi copy tr\u00ean CodePTIT. T\u1ea1o n\u00fat copy nhanh Testcase v\u00e0 M\u00e3 b\u00e0i + T\u00ean b\u00e0i \u0111\u01b0\u1ee3c chu\u1ea9n h\u00f3a",
"author": "nvbangg (https:\/\/github.com\/nvbangg)",
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/codeptit-copier\/ncckkgpgiplcmbmobjlffkbaaklohhbo",
"action": {
"default_title": "CodePTIT Copier",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/code.ptit.edu.vn\/*",
"https:\/\/db.ptit.edu.vn\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}