Inspect and view changes in Rakuten Mailmagazine Blocker 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": "Rakuten Mailmagazine Blocker",
"version": "1.0.1",
"manifest_version": 3,
"description": "楽天市場の購入確認画面に遷移時、メールマガジン登録の「すべて解除」を自動でクリックします。",
"content_scripts": [
{
"matches": [
"https://basket.step.rakuten.co.jp/*/mconfirmorderquicknormalize/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon/logo_16.png",
"48": "icon/logo_48.png",
"128": "icon/logo_128.png"
},
"permissions": []
}