Inspect and view changes in Timestamp Navigator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Timestamp Navigator",
"version": "1.0.0",
"description": "Used to be able to pin comments while watching a video to go to a certain timestamp 📌",
"manifest_version": 3,
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"icons": {
"32": "icon32.png"
},
"author": {
"name": "Gus"
},
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"action": {
"default_popup": "index.html",
"default_popup_size": {
"width": 400,
"height": 600
}
},
"host_permissions": [
"http://*/*",
"https://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}