By: Lesław
Inspect and view changes in Tab URL Pattern Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab URL Pattern Filter",
"description": "Automatically close tabs whose URLs match any user-defined regex patterns",
"version": "1.0",
"icons": {
"32": "icon/32.png",
"64": "icon/64.png",
"128": "icon/128.png"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon/64.png",
"default_title": "URL Pattern Filter",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{2090e636-ed9b-499a-a887-30f9288f0797}",
"strict_min_version": "90.0"
}
}
} Best Tab URL Pattern Filter Alternatives
Here are some Firefox add-ons that are similar to Tab URL Pattern Filter: