Wykop Enhancement Suite
Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.
Wat is Wykop Enhancement Suite?
Wykop Enhancement Suite is een Chrome-extensie ontwikkeld door Jan Romaniak, en de belangrijkste functie is "Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wykop Enhancement Suite
Download Wykop Enhancement Suite-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
Basisinformatie over de Extensie
Naam | |
ID | imkfmimkeabbhiblkepmlfmjoeidfjfh |
Officiële URL | https://chrome.google.com/webstore/detail/wykop-enhancement-suite/imkfmimkeabbhiblkepmlfmjoeidfjfh |
Beschrijving | Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji. |
Bestandsgrootte | 583 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.5.3 |
Laatst Bijgewerkt | 2017-04-20 |
Publicatiedatum | 2017-04-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jan Romaniak |
Betalingswijze | free |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wykop Enhancement Suite", "description": "Dodatek to portalu wykop, rozszerzaj\u0105cy dzia\u0142anie czarnolisty. Oraz oferuj\u0105cy kilka ciekawych funkcji.", "version": "0.5.3", "short_name": "WES", "icons": { "128": "img\/icon.png" }, "permissions": [ "webNavigation", "https:\/\/www.wykop.pl\/", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.wykop.pl\/*", "http:\/\/www.wykop.pl\/*" ], "run_at": "document_start", "js": [ "content_script.bundle.js" ] } ], "browser_action": { "default_icon": "img\/icon.png" }, "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "web_accessible_resources": [ "options.bundle.js" ] } |