WebExtension.net
WebExtension.net

Octotree - GitHub code tree

View on Chrome Web Store
View Octotree - GitHub code tree Chrome Extension on Chrome Web Store
4.9 (1,138 ratings)

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

GitHub on steroids
Type
Extension
Users
300,000 users
Website octotree.io
Ovity
View author page of Ovity
Published
Published on May 10, 2014
Version 8.0.1
Manifest version
3
Updated
Updated on June 9, 2024
View on Chrome Web Store
View Octotree - GitHub code tree Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octotree - GitHub code tree",
    "version": "8.0.1",
    "description": "GitHub on steroids",
    "homepage_url": "https:\/\/www.octotree.io",
    "author": "Team Octotree",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/*",
        "https:\/\/www.octotree.io\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.woff2",
                "*.png",
                "*.gif",
                "*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}
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