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": "DLsitePlay Addon",
"version": "2.1.4",
"description": "DLsitePlay\u306b\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/play.dlsite.com\/*"
],
"all_frames": true,
"js": [
"main.js"
],
"css": [
"main.css"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
]
}