提供元: HG
Inspect and view changes in New Window Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "New Window Block",
"version": "1.1",
"description": "Blocks new tabs/windows for blocked domains.",
"permissions": [
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "new.window.block@hgexample1.com"
}
}
} ベストのNew Window Block代替案
New Window Blockに類似したFirefox add-onをいくつか紹介します: