By: Faisal
Inspect and view changes in YouTube Bigger Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YouTube Bigger Comments",
"version": "1.1",
"description": "Makes YouTube comment text larger and easier to read",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "faisal.bahashwan@gmail.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_popup": "popup.html",
"default_title": "YouTube Comment Size"
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} Best YouTube Bigger Comments Alternatives
Here are some Firefox add-ons that are similar to YouTube Bigger Comments: