WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Side Trakt (companion app for Trakt.tv)

Side Trakt (companion app for Trakt.tv)

View on Chrome Web Store
View Side Trakt (companion app for Trakt.tv) Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (4 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Side Trakt, a chrome extension for Trakt.tv
Type
Extension
Users
210 users
8
dvcol
View author page of dvcol
Published
Published on April 17, 2024
Version 1.36.4
Manifest version
3
Updated
Updated on August 3, 2025
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Side Trakt (companion app for Trakt.tv) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Side Trakt (companion app for Trakt.tv)",
    "version": "1.36.4",
    "description": "Side Trakt, a chrome extension for Trakt.tv",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-512.png",
        "48": "icons\/icon-512.png",
        "128": "icons\/icon-512.png"
    },
    "options_ui": {
        "page": "views\/options\/index.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Side Trakt (companion app for Trakt.tv)",
        "default_icon": "icons\/icon-512.png",
        "default_popup": "views\/popup\/index.html"
    },
    "side_panel": {
        "default_path": "views\/panel\/index.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "cookies",
        "sidePanel"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/views\/options\/index.html"
            ],
            "matches": [
                "https:\/\/api.trakt.tv\/*",
                "https:\/\/api-staging.trakt.tv\/*",
                "https:\/\/trakt.tv\/*",
                "https:\/\/staging.trakt.tv\/*",
                "https:\/\/www.themoviedb.org\/*",
                "https:\/\/simkl.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/trakt.tv\/*",
        "https:\/\/*.trakt.tv\/*",
        "https:\/\/api.trakt.tv\/*",
        "https:\/\/api-staging.trakt.tv\/*",
        "https:\/\/api.themoviedb.org\/*",
        "https:\/\/www.themoviedb.org\/*",
        "https:\/\/api.simkl.com\/*",
        "https:\/\/data.simkl.in\/*",
        "https:\/\/simkl.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top