Wykop Enhancement Suite
Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.
Hvad er Wykop Enhancement Suite?
Wykop Enhancement Suite er en Chrome-udvidelse udviklet af Jan Romaniak, og dens hovedfunktion er "Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.".
Udvidelsesskærmbilleder
Download Wykop Enhancement Suite-udvidelses-CRX-fil
Download Wykop Enhancement Suite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | imkfmimkeabbhiblkepmlfmjoeidfjfh |
Officiel URL | https://chrome.google.com/webstore/detail/wykop-enhancement-suite/imkfmimkeabbhiblkepmlfmjoeidfjfh |
Beskrivelse | Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji. |
Filstørrelse | 583 KB |
Antal Installationer | 86 |
Nuværende Version | 0.5.3 |
Senest Opdateret | 2017-04-20 |
Udgivelsesdato | 2017-04-20 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Jan Romaniak |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |