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": "\u5e30\u3063\u3066\u304d\u305fDarkBlue\u30c6\u30fc\u30de(X)",
"version": "1.0.32",
"description": "X\uff08\u65e7Twitter\uff09\u306e\u30c0\u30fc\u30af\u30c6\u30fc\u30de(\u9ed2)\u3092\u3001\u304b\u3064\u3066\u5b58\u5728\u3057\u305fDarkBlue(Dim)\u30c6\u30fc\u30de\u306b\u5909\u63db\u3059\u308bChrome\u62e1\u5f35\u6a5f\u80fd",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"css": [
"src\/styles\/darkblue.css"
],
"js": [
"src\/content.js"
],
"run_at": "document_start"
}
]
}