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",
"version": "0.0.8",
"name": "Amazon \u306e\u30b9\u30dd\u30f3\u30b5\u30fc\u5546\u54c1\u30fb\u5e83\u544a\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
"description": "Amazon \u306e\u691c\u7d22\u7d50\u679c\u304b\u3089\u30b9\u30dd\u30f3\u30b5\u30fc\u5546\u54c1\u30fb\u5e83\u544a\u3092\u6d88\u3057\u307e\u3059\u3002",
"manifest_version": 3,
"default_locale": "ja",
"action": {
"default_icon": "images\/icon38.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader-9b9f6f1f.js"
],
"matches": [
"*:\/\/*.amazon.co.jp\/*"
],
"run_at": "document_end",
"css": [
"assets\/contentScript-eb04f9db.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.amazon.co.jp\/*"
],
"resources": [
"assets\/contentScript.ts-8a52df5d.js"
],
"use_dynamic_url": false
}
]
}