On Topic

On Topic

Qu'est-ce que On Topic ?

On Topic est une extension Chrome développée par developer, et sa fonction principale est "On Topic".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension On Topic

Téléchargez les fichiers d'extension On Topic 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

                        On Topic is a browser extension that identifies and blocks content that is unrelated to what you're supposed to be doing.  Simply enter some topics you want to focus on, and if the On Topic extension detects that you're looking at content unrelated to your area of focus, you will be redirected.  For more info go to getontopic.com                    

Informations de Base sur l'Extension

Nom On Topic On Topic
ID omofakciigccijakmgngefkphfeclpdc
URL Officiel https://chromewebstore.google.com/detail/on-topic/omofakciigccijakmgngefkphfeclpdc
Description On Topic
Taille du Fichier 161 KB
Nombre d'Installations 29
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-11-15
Date de Publication 2020-09-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getontopic.com
URL de la Page de Politique de Confidentialité https://getontopic.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "On Topic",
    "description": "On Topic",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icons\/favicon-32x32.png"
    },
    "browser_action": {
        "default_title": "On Topic",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}