By: 4th Software Add-on
Inspect and view changes in YouTube Todo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YouTube Todo",
"version": "1.1.0",
"description": "Save the current YouTube video to your watch-later todo service.",
"author": "YouTube Todo",
"homepage_url": "https://www.youtube-todo.com",
"browser_specific_settings": {
"gecko": {
"id": "youtube-todo@pforth.local",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"authenticationInfo",
"browsingActivity"
]
}
}
},
"icons": {
"32": "icons/icon-32.svg",
"64": "icons/icon-64.svg"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"menus",
"notifications",
"*://www.youtube.com/*",
"*://m.youtube.com/*",
"https://www.youtube-todo.com/*",
"https://youtube-todo.com/*",
"http://localhost/*",
"https://localhost/*"
],
"browser_action": {
"default_title": "Save YouTube video",
"default_popup": "popup.html",
"default_icon": {
"32": "icons/icon-32.svg",
"64": "icons/icon-64.svg"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*",
"*://m.youtube.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://www.youtube-todo.com/*",
"https://youtube-todo.com/*",
"http://localhost/*",
"https://localhost/*"
],
"js": [
"detect.js"
],
"run_at": "document_start"
}
]
} Best YouTube Todo Alternatives
Here are some Firefox add-ons that are similar to YouTube Todo:
Watch Later
Tadeusz Lewandowski
YouTube Watch Later
dnwjn
YouTube Watch Later List
Enis GUR
YT Organizer
Rohit Waghire
Playlist Wrangler
Vineet Kumar
Youtube Manage Watch Later
Wesley Sykes
Watch Later Button
AlxPle
Watch Later button
AlxPle
Youtube Watch Later Manager
Tevo Saks
YouTube Watch Later Cleaner
Madhusudan
YouTube Watch Later Cleaner
pauljones0
YouTube Watch Later
8columns