Inspect and view changes in Anti Spoiler for Videos 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
{
"description": "Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.",
"manifest_version": 2,
"name": "Anti Spoiler for Videos",
"version": "5.1resigned1",
"icons": {
"48": "icons/off.svg",
"96": "icons/off.svg"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"estilos.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{01adb70d-237a-4e65-b47a-c7a4f013ee6f}"
}
}
}