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": "__MSG_extName__",
"version": "1.0.3",
"homepage_url": "https:\/\/dev-tools-hub.xyz\/extensions\/arbitra",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"sidePanel",
"activeTab"
],
"host_permissions": [
"https:\/\/www.amazon.co.jp\/*",
"https:\/\/amazon.co.jp\/*",
"https:\/\/jp.mercari.com\/*",
"https:\/\/api.mercari.jp\/*",
"https:\/\/auctions.yahoo.co.jp\/*",
"https:\/\/page.auctions.yahoo.co.jp\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "src\/sidepanel\/index.html"
},
"content_scripts": [
{
"js": [
"assets\/amazon.ts-loader--AofmKVM.js"
],
"matches": [
"https:\/\/www.amazon.co.jp\/*",
"https:\/\/amazon.co.jp\/*"
],
"run_at": "document_end"
},
{
"js": [
"assets\/mercari.ts-DlN17QOc.js"
],
"matches": [
"https:\/\/jp.mercari.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"assets\/yahoo-auction.ts-DiCQg8zo.js"
],
"matches": [
"https:\/\/auctions.yahoo.co.jp\/*",
"https:\/\/page.auctions.yahoo.co.jp\/*"
],
"run_at": "document_end"
}
],
"options_page": "src\/options\/index.html",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/amazon.co.jp\/*",
"https:\/\/www.amazon.co.jp\/*"
],
"resources": [
"assets\/amazonAffiliate-Co7toVUw.js",
"assets\/amazon.ts-sf_kgoNd.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/jp.mercari.com\/*"
],
"resources": [
"assets\/mercari.ts-DlN17QOc.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/auctions.yahoo.co.jp\/*",
"https:\/\/page.auctions.yahoo.co.jp\/*"
],
"resources": [
"assets\/yahoo-auction.ts-DiCQg8zo.js"
],
"use_dynamic_url": false
}
]
}