W STOP

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

What is W STOP?

W STOP is a Chrome extension developed by Adrian Goral, and its main feature is "Usuń widoczność zadań domowych od Pani W. na platformie Librus!".

Extension Screenshots

screenshot

Download W STOP Extension CRX File

Download W STOP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name W STOP W STOP
ID kmhlehakmmclmpifacnmcldddpkbgapa
Official URL https://chromewebstore.google.com/detail/w-stop/kmhlehakmmclmpifacnmcldddpkbgapa
Description Usuń widoczność zadań domowych od Pani W. na platformie Librus!
File Size 6.88 KB
Installation Count 16
Current Version 1.0
Last Updated 2020-05-01
Publish Date 2020-04-30
Developer Adrian Goral
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}