提供元: Carlly
Inspect and view changes in SessionEnd source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SessionEnd",
"version": "7.1",
"description": "End sessions automatically — log out from sites after idle timeout",
"browser_specific_settings": {
"gecko": {
"id": "{ab432d09-7f6c-4f8c-81e7-85159c700b69}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/size16.png",
"32": "icons/size32.png",
"48": "icons/size48.png",
"96": "icons/size96.png",
"128": "icons/size128.png"
},
"browser_action": {
"default_popup": "view/popup.html",
"default_icon": {
"16": "icons/size16.png",
"32": "icons/size32.png",
"48": "icons/size48.png",
"96": "icons/size96.png",
"128": "icons/size128.png"
}
},
"background": {
"scripts": [
"background/run.js"
]
},
"permissions": [
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"idle_watcher.js"
],
"run_at": "document_idle"
}
]
} ベストのSessionEnd代替案
SessionEndに類似したFirefox add-onをいくつか紹介します: