Wykop Enhancement Suite

Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.

What is Wykop Enhancement Suite?

Wykop Enhancement Suite is a Chrome extension developed by Jan Romaniak, and its main feature is "Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.".

Extension Screenshots

screenshot
screenshot

Download Wykop Enhancement Suite Extension CRX File

Download Wykop Enhancement Suite 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

                                            

Extension Basic Information

Name Wykop Enhancement Suite Wykop Enhancement Suite
ID imkfmimkeabbhiblkepmlfmjoeidfjfh
Official URL https://chrome.google.com/webstore/detail/wykop-enhancement-suite/imkfmimkeabbhiblkepmlfmjoeidfjfh
Description Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.
File Size 583 KB
Installation Count 86
Current Version 0.5.3
Last Updated 2017-04-20
Publish Date 2017-04-20
Rating 5.00/5 Total 3 Ratings
Developer Jan Romaniak
Payment Type free
Supported Languages 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"
    ]
}