Skool Focus

A browser extension that helps you focus while you use the skool.com website.

Qu'est-ce que Skool Focus ?

Skool Focus est une extension Chrome développée par F_x64b, et sa fonction principale est "A browser extension that helps you focus while you use the skool.com website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Skool Focus

Téléchargez les fichiers d'extension Skool Focus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A simple extension that helps you focus on the classroom courses on the skool.com website.

With an easy to use popup you can hide various distracting elements from the site like notification badges or the community feed.                    

Informations de Base sur l'Extension

Nom Skool Focus Skool Focus
ID nchfffdkbhafombnfcpladflclakmdmo
URL Officiel https://chromewebstore.google.com/detail/skool-focus/nchfffdkbhafombnfcpladflclakmdmo
Description A browser extension that helps you focus while you use the skool.com website.
Taille du Fichier 52.77 KB
Nombre d'Installations 137
Version Actuelle 1.5
Dernière Mise à Jour 2023-11-29
Date de Publication 2023-10-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur F_x64b
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Fx64b/skool-focus-extension
URL de la Page de Politique de Confidentialité https://github.com/Fx64b/skool-focus-extension/blob/main/PRIVACY.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skool Focus",
    "version": "1.5",
    "author": "Fx64b",
    "description": "A browser extension that helps you focus while you use the skool.com website.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.skool.com\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}