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": "MediaWiki Wikitext Copier",
"description": "MediaWiki\u306e\u8a18\u4e8b\u30da\u30fc\u30b8\u306b\u751f\u306ewikitext\u3092\u30b3\u30d4\u30fc\u3059\u308b\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059",
"permissions": [
"clipboardWrite"
],
"host_permissions": [
"*:\/\/*.wikipedia.org\/*",
"*:\/\/*.mediawiki.org\/*",
"*:\/\/*.wikimedia.org\/*",
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-erriS97O.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-C-KSy4YJ.css"
]
}
],
"action": {
"default_title": "MediaWiki Wikitext Copier"
},
"icons": {
"16": "public\/icons\/icon16.png",
"32": "public\/icons\/icon32.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"version": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/index.ts-erriS97O.js"
],
"use_dynamic_url": false
}
]
}