Wykop Enhancement Suite
Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.
Vad är Wykop Enhancement Suite?
Wykop Enhancement Suite är en Chrome-tillägg utvecklad av Jan Romaniak, och dess huvudfunktion är "Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.".
Tilläggsskärmbilder
Ladda ner Wykop Enhancement Suite-förlängningens CRX-fil
Ladda ner Wykop Enhancement Suite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | imkfmimkeabbhiblkepmlfmjoeidfjfh |
Officiell webbadress | https://chrome.google.com/webstore/detail/wykop-enhancement-suite/imkfmimkeabbhiblkepmlfmjoeidfjfh |
Beskrivning | Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji. |
Filstorlek | 583 KB |
Antal Installationer | 86 |
Aktuell Version | 0.5.3 |
Senast Uppdaterad | 2017-04-20 |
Publiceringsdatum | 2017-04-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Jan Romaniak |
Betalningssätt | free |
Stödda Språk | 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" ] } |