SCP Read Tracker

Tracks which SCP articles you've read

What is SCP Read Tracker?

SCP Read Tracker is a Chrome extension developed by tverona, and its main feature is "Tracks which SCP articles you've read".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SCP Read Tracker Extension CRX File

Download SCP Read Tracker 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

                        Simple extension to keep track of SCP pages read. Syncs across devices.                    

Extension Basic Information

Name SCP Read Tracker SCP Read Tracker
ID cnjfgnojnapamgmcccobagpppmkkoklk
Official URL https://chromewebstore.google.com/detail/scp-read-tracker/cnjfgnojnapamgmcccobagpppmkkoklk
Description Tracks which SCP articles you've read
File Size 191 KB
Installation Count 121
Current Version 1.1
Last Updated 2021-02-11
Publish Date 2020-08-31
Rating 5.00/5 Total 1 Ratings
Developer tverona
Email [email protected]
Payment Type free
Extension Website https://github.com/tverona1/SCPReadTracker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SCP Read Tracker",
    "version": "1.1",
    "description": "Tracks which SCP articles you've read",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.scp-wiki.wikidot.com\/*",
                "*:\/\/*.scp-wiki.net\/*",
                "*:\/\/*.scpwiki.com\/*",
                "*:\/\/scp-cs.wikidot.com\/*",
                "*:\/\/fondationscp.wikidot.com\/*",
                "*:\/\/scp-wiki-de.wikidot.com\/*",
                "*:\/\/fondazionescp.wikidot.com\/*",
                "*:\/\/scp-wiki.net.pl\/*",
                "*:\/\/scp-pt-br.wikidot.com\/*",
                "*:\/\/lafundacionscp.wikidot.com\/*",
                "*:\/\/scp-th.wikidot.com\/*",
                "*:\/\/scp-ukrainian.wikidot.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "js\/bit-array.js",
                "js\/statemanager.js",
                "js\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_name": "Display Map",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'"
}