Inspect and view changes in booth無料ダウンロード履歴 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",
"name": "booth無料ダウンロード履歴",
"short_name": "booth log",
"version": "5.1",
"description": "boothの無料ダウンロード履歴を付ける拡張機能です。",
"manifest_version": 3,
"permissions": [
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"*://booth.pm/ja/items/*"
],
"js": [
"content.js"
]
},
{
"matches": [
"*://*.booth.pm/items/*"
],
"js": [
"shopPage.js"
]
},
{
"matches": [
"*://booth.pm/*"
],
"js": [
"addMenu.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "history.html"
},
"options_page": "history.html"
}