F2Movies Checkpoints

Remembers where you left off watching TV shows on F2Movies.

What is F2Movies Checkpoints?

F2Movies Checkpoints is a Chrome extension developed by Unknown, and its main feature is "Remembers where you left off watching TV shows on F2Movies.".

Extension Screenshots

screenshot

Download F2Movies Checkpoints Extension CRX File

Download F2Movies Checkpoints extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Stop wasting time on F2Movies looking for the last episode you watched!                    

Extension Basic Information

Name F2Movies Checkpoints F2Movies Checkpoints
ID cjdkmgdmoabpkcbdbpdemdpfpeaekido
Official URL https://chromewebstore.google.com/detail/f2movies-checkpoints/cjdkmgdmoabpkcbdbpdemdpfpeaekido
Description Remembers where you left off watching TV shows on F2Movies.
File Size 8.75 KB
Installation Count 36
Current Version 1.0.0
Last Updated 2022-01-05
Publish Date 2022-01-04
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "F2Movies Checkpoints",
    "version": "1.0.0",
    "description": "Remembers where you left off watching TV shows on F2Movies.",
    "icons": {
        "128": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.f2movies.to\/tv\/*"
            ],
            "js": [
                "js\/select.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.f2movies.to\/watch-tv\/*.*"
            ],
            "js": [
                "js\/save.js"
            ]
        }
    ]
}