Inspect and view changes in ZOOM IMAGE for X(Twitter) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "ZOOM IMAGE for X(Twitter)",
"description": "X(Twitter)に画像拡大機能を追加します",
"version": "1.1.3",
"author": "MynicoTools",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://x.com/*"
],
"js": [
"photoswipe/photoswipe.umd.min.js",
"photoswipe/photoswipe-lightbox.umd.min.js",
"main.js"
],
"css": [
"photoswipe/photoswipe.css"
]
}
]
}