Inspect and view changes in YT Uploads Playlist Extractor 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
{
"manifest_version": 2,
"name": "YouTube Channel Playlist Extractor",
"version": "1.0",
"description": "Get a YouTube channel’s upload playlist URL by entering its link.",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{028b467d-e64f-4e14-8843-f5eaaa184b47}"
}
}
}