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": "1.5.5",
"manifest_version": 3,
"name": "\u306f\u3066\u306a\u30df\u30e5\u30fc\u30c8",
"description": "\u306f\u3066\u306a\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306e\u8a18\u4e8b\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u3084URL\u3067\u30df\u30e5\u30fc\u30c8",
"action": {
"default_icon": "images\/icon38.png",
"default_popup": "popup.html"
},
"options_page": "muted-entries.html",
"default_locale": "ja",
"content_scripts": [
{
"js": [
"assets\/main.ts-loader.js"
],
"matches": [
"https:\/\/b.hatena.ne.jp\/",
"https:\/\/b.hatena.ne.jp\/?*",
"https:\/\/b.hatena.ne.jp\/hotentry*",
"https:\/\/b.hatena.ne.jp\/entrylist*"
],
"run_at": "document_end",
"css": [
"assets\/main.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"history",
"alarms"
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/b.hatena.ne.jp\/*"
],
"resources": [
"images\/mute.svg",
"images\/mute-hover.svg",
"assets\/sentry.js",
"assets\/_commonjsHelpers.js",
"assets\/index.js",
"assets\/storage.js",
"assets\/utils.js",
"assets\/main.ts.js"
],
"use_dynamic_url": false
}
]
}