YouTube Timestamp Firefox

Examine source code of YouTube Timestamp

By: nasyue
Inspect and view changes in YouTube Timestamp source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Timestamp",
  "version": "1.5.4",
  "description": "YouTube動画のタイムスタンプを作成・管理する拡張機能",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "https://www.youtube.com/*",
    "https://youtube.com/*"
  ],
  "background": {
    "scripts": [
      "src/shared/config/AppConfig.js",
      "src/shared/utils/Logger.js",
      "src/shared/services/IndexedDBService.js",
      "src/shared/services/BackupDBService.js",
      "src/app/background/shared/BackgroundCommon.js",
      "src/app/background/firefox/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://youtube.com/*"
      ],
      "exclude_matches": [
        "https://www.youtube.com/embed/*",
        "https://youtube.com/embed/*"
      ],
      "js": [
        "src/shared/config/AppConfig.js",
        "src/shared/utils/BrowserAPI.js",
        "src/shared/utils/Logger.js",
        "src/shared/messaging/MessageBus.js",
        "src/app/App.js",
        "src/shared/utils/DOMUtils.js",
        "src/shared/utils/TimeFormatter.js",
        "src/shared/utils/EventEmitterMixin.js",
        "src/shared/services/SettingsService.js",
        "src/shared/services/PreferencesService.js",
        "src/shared/services/StorageService.js",
        "src/shared/services/YouTubeService.js",
        "src/features/recorder/YouTubeButtonInjector.js",
        "src/features/recorder/VideoSeeker.js",
        "src/features/recorder/TimestampList.js",
        "src/features/recorder/LiveChatMonitor.js",
        "src/features/recorder/ChatRecorder.js",
        "src/features/recorder/ChatLogCollector.js",
        "src/features/recorder/CurrentTimeRecorder.js",
        "src/features/recorder/FloatingPanelTemplates.js",
        "src/features/recorder/FloatingPanelState.js",
        "src/features/recorder/DragDropHandler.js",
        "src/features/recorder/FloatingPanelModals.js",
        "src/features/recorder/PanelPositionManager.js",
        "src/features/recorder/ChatRecordingUIController.js",
        "src/features/recorder/FloatingPanel.js",
        "content.js"
      ],
      "css": [
        "src/features/recorder/styles/floating-panel.css",
        "src/features/recorder/styles/timestamp-list.css",
        "src/features/recorder/styles/content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "src/app/popup/popup.html",
    "default_title": "YouTube Timestamp",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "src/features/manager/index.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "web_accessible_resources": [
    "src/features/recorder/styles/*.css",
    "assets/icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bca28d25-dfa5-f8e1-f8ca-3fbece7c5d19@nasyue.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Timestamp Alternatives

Here are some Firefox add-ons that are similar to YouTube Timestamp: