By: Doan
Inspect and view changes in One-Click Scene Marker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "One-Click Scene Marker",
"version": "1.0.0",
"description": "Mark the current video timestamp with one click and save it locally.",
"permissions": [
"storage",
"<all_urls>"
],
"browser_action": {
"default_title": "Mark Scene"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "oneclickscenemarker@addon.local",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best One-Click Scene Marker Alternatives
Here are some Firefox add-ons that are similar to One-Click Scene Marker: