Inspect and view changes in Fmovie Random Episode Generator 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": "Fmovie Random Episode Generator",
"version": "1.0",
"description": "Adds a button to fmovies and gives a random episode.",
"content_scripts": [
{
"matches": [
"*://fmovies24.to/tv/*"
],
"js": [
"buttonGen.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{d6abef03-de31-4938-9d03-e0b29a9dad47}"
}
}
}