WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Skooly

Skooly

View on Chrome Web Store
View Skooly Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

Skooly provides software tools to help Skool community owners scale faster.
Type
Extension
Users
54 users
1
Website skoo.ly
Software Quality Associates
View author page of Software Quality Associates
Published
Published on October 21, 2025
Version 6.4.5
Manifest version
3
Updated
Updated on March 6, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Skooly 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": "Skooly",
    "description": "Skooly provides software tools to help Skool community owners scale faster.",
    "version": "6.4.5",
    "icons": {
        "16": "icons\/skooly-logo.png",
        "48": "icons\/skooly-logo.png",
        "128": "icons\/skooly-logo.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs",
        "cookies",
        "alarms",
        "contextMenus",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*.skool.com\/*",
        "https:\/\/skool.com\/*",
        "https:\/\/*.skoo.ly\/*",
        "https:\/\/skoo.ly\/*",
        "https:\/\/api.skoo.ly\/*",
        "https:\/\/*.skool.click\/*",
        "https:\/\/skool.click\/*",
        "https:\/\/*.skool.to\/*",
        "https:\/\/skool.to\/*",
        "https:\/\/*.skoolurl.com\/*",
        "https:\/\/skoolurl.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-styles.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ],
            "js": [
                "watch-content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ],
            "js": [
                "tagger-content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ],
            "js": [
                "talontag-autocomplete.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ],
            "js": [
                "notes-capture.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ],
            "js": [
                "hawktalk.js"
            ],
            "css": [
                "hawktalk-styles.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/skoo.ly\/*",
                "https:\/\/skool.click\/*",
                "https:\/\/skool.to\/*",
                "https:\/\/skoolurl.com\/*"
            ],
            "js": [
                "sync-favorites.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-styles.css",
                "icons\/skooly.svg",
                "icons\/hawkeye-crest.png",
                "icons\/hawktalk-voice-bg.png",
                "page-hook.js"
            ],
            "matches": [
                "https:\/\/*.skool.com\/*",
                "https:\/\/skool.com\/*"
            ]
        }
    ]
}
© 2026 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