By: ClasixTV
Inspect and view changes in Persistent Tab Title Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Persistent Tab Title Changer",
"version": "4.1",
"description": "Change tab titles persistently per domain, even after restart",
"permissions": [
"tabs",
"storage",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Change Tab Title",
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "tab-title-changer-unique@example.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"collects_data": false,
"required": [
"none"
]
}
}
}
} Best Persistent Tab Title Changer Alternatives
Here are some Firefox add-ons that are similar to Persistent Tab Title Changer: