Zielonka block
Niweluje atak zielonek i szaraków
Wat is Zielonka block?
Zielonka block is een Chrome-extensie ontwikkeld door programista7,5k, en de belangrijkste functie is "Niweluje atak zielonek i szaraków".
Extensie Screenshots
Download het CRX-bestand van de extensie Zielonka block
Download Zielonka block-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
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.
Basisinformatie over de Extensie
Naam | |
ID | noipkhpfolffnmehmmfnpkolepenbiep |
Officiële URL | https://chromewebstore.google.com/detail/zielonka-block/noipkhpfolffnmehmmfnpkolepenbiep |
Beschrijving | Niweluje atak zielonek i szaraków |
Bestandsgrootte | 60.39 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-09-04 |
Publicatiedatum | 2017-09-04 |
Ontwikkelaar | programista7,5k |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |