Zielonka block

Niweluje atak zielonek i szaraków

What is Zielonka block?

Zielonka block is a Chrome extension developed by programista7,5k, and its main feature is "Niweluje atak zielonek i szaraków".

Extension Screenshots

screenshot

Download Zielonka block Extension CRX File

Download Zielonka block 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

                        Usuwa wpisy, posty, znaleziska użytkowników z zielonym loginem i zbanowanych.
Dodatek umożliwia również podanie słowa, które jeśli wystąpi w wpisie ten zostanie usunięty wraz z jego autorem.                    

Extension Basic Information

Name Zielonka block Zielonka block
ID noipkhpfolffnmehmmfnpkolepenbiep
Official URL https://chromewebstore.google.com/detail/zielonka-block/noipkhpfolffnmehmmfnpkolepenbiep
Description Niweluje atak zielonek i szaraków
File Size 60.39 KB
Installation Count 17
Current Version 1.0.1
Last Updated 2017-09-04
Publish Date 2017-09-04
Developer programista7,5k
Email [email protected]
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zielonka block ",
    "description": "Niweluje atak zielonek i szarak\u00f3w",
    "version": "1.0.1",
    "author": "programista7,5k",
    "browser_action": {
        "default_icon": "16.png",
        "default_popup": "pop.html"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.wykop.pl\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/pobierz.js",
                "js\/usun.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}