W STOP

Usuń widoczność zadań domowych od Pani W. na platformie Librus!

Wat is W STOP?

W STOP is een Chrome-extensie ontwikkeld door Adrian Goral, en de belangrijkste functie is "Usuń widoczność zadań domowych od Pani W. na platformie Librus!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie W STOP

Download W STOP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A chrome extension to delete Mrs. W. homework list.                    

Basisinformatie over de Extensie

Naam W STOP W STOP
ID kmhlehakmmclmpifacnmcldddpkbgapa
Officiële URL https://chromewebstore.google.com/detail/w-stop/kmhlehakmmclmpifacnmcldddpkbgapa
Beschrijving Usuń widoczność zadań domowych od Pani W. na platformie Librus!
Bestandsgrootte 6.88 KB
Aantal Installaties 16
Huidige Versie 1.0
Laatst Bijgewerkt 2020-05-01
Publicatiedatum 2020-04-30
Ontwikkelaar Adrian Goral
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W STOP",
    "version": "1.0",
    "description": "Usu\u0144 widoczno\u015b\u0107 zada\u0144 domowych od Pani W. na platformie Librus!",
    "manifest_version": 2,
    "perrmissons": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "W STOP",
        "default_icon": "img48.jpg"
    }
}