By: max10
Inspect and view changes in Cartoon Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Cartoon Timer",
"version": "1.0",
"description": "Set a timer to limit YouTube watching time for kids.",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5fbc9a74-6d82-405a-b290-0bd2deb27749}"
}
}
} Best Cartoon Timer Alternatives
Here are some Firefox add-ons that are similar to Cartoon Timer: