Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "2.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxo2vQ3UDgh8mhysmLxo58K6lCxdDdf4XcPBEnqEq0qLrgMFowZ4q9+Vd3nBqHfTjFNGs7eyhCM9BDJtJWtFF2qMIje\/8mUft5NtQBSZVL3jgJR\/AVSCjPt\/WHUDqOQZUiBaLvA5ylb9N4kIl+GWp5UVlDktKTM4YnlJv\/DmbnfwdMMr6mIRLNIGf1py5VgL7e9dsH3MCXfKTYGc+AaQGDS83Q8Oc8OpZvGwRqDNGrqMOg74dTCJ6F8xj5FyPjl6pmvkajuITP60RWcTPrbrTbV\/zMvoiB6SwxatyKk4aTJhdwo0v36wDPD+mOJ1672R4+9vDHVViH7kZjV69hu3YxwIDAQAB",
"default_locale": "en",
"permissions": [
"storage",
"sidePanel",
"tabs",
"identity"
],
"oauth2": {
"client_id": "328530867479-bjnoo8qruge7asqh2jdi4gavpfnir2k3.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"*:\/\/*.transcribr.io\/*",
"*:\/\/*.youtubetranscripts.io\/*",
"*:\/\/*.youtube.com\/*"
],
"side_panel": {
"default_path": "transcript.html"
},
"web_accessible_resources": [
{
"resources": [
"transcript.html"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
],
"action": {
"default_title": "Default Popup Title",
"default_icon": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+T",
"mac": "Alt+T"
},
"description": "Toggle transcript side panel"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/channel-transcript-button.js",
"content-scripts\/playlist-transcript-button.js",
"content-scripts\/transcript-button.js",
"content-scripts\/video-card-button.js"
]
}
]
}