WebExtension.net
WebExtension.net

Passport

View on Chrome Web Store
View Passport Chrome Extension on Chrome Web Store
4.2 (38 ratings)

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

Track, Measure, and Reward Online Reading.
Type
Extension
Users
90,000 users
Website stackup.net
StackUp LLC
View author page of StackUp LLC
Published
Published on July 16, 2014
Version 6.2.9
Manifest version
2
Updated
Updated on August 29, 2022
View on Chrome Web Store
View Passport Chrome Extension on Chrome Web Store
productivity/education
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Passport",
    "description": "Track, Measure, and Reward Online Reading.",
    "version": "6.2.9",
    "minimum_chrome_version": "73",
    "icons": {
        "16": "images\/passport_logo.png",
        "48": "images\/passport_logo.png",
        "128": "images\/passport_logo.png"
    },
    "browser_action": {
        "default_icon": "images\/passport_logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background_page.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/page\/fake-news.js",
                "lib\/rangy-core.js",
                "lib\/simmer.js",
                "lib\/mark.es6.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/page\/timetracking_cs.js",
                "lib\/readability.js",
                "lib\/textstatistics.js",
                "js\/page\/getreadabilitystats.js",
                "js\/page\/annotations.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.mackinvia.com\/Reader\/Launch?*",
                "https:\/\/*.mackinvia.com\/Reader\/Launch?*",
                "http:\/\/*.mackinviatest.com\/Reader\/Launch?*",
                "https:\/\/*.mackinviatest.com\/Reader\/Launch?*"
            ],
            "js": [
                "js\/page\/mackin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.gg4l.com\/*"
            ],
            "js": [
                "js\/page\/passport.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "identity",
        "identity.email",
        "tts",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms"
    ],
    "web_accessible_resources": [
        "css\/annotations.css",
        "css\/annotations-shadow.css",
        "css\/fake-news.css",
        "fonts\/*\/*.*",
        "images\/passport_logo.png"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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