Wykop Enhancement Suite

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

Qu'est-ce que Wykop Enhancement Suite ?

Wykop Enhancement Suite est une extension Chrome développée par Jan Romaniak, et sa fonction principale est "Dodatek to portalu wykop, rozszerzający działanie czarnolisty. Oraz oferujący kilka ciekawych funkcji.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wykop Enhancement Suite

Téléchargez les fichiers d'extension Wykop Enhancement Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Wykop Enhancement Suite Wykop Enhancement Suite
ID imkfmimkeabbhiblkepmlfmjoeidfjfh
URL Officiel 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.
Taille du Fichier 583 KB
Nombre d'Installations 86
Version Actuelle 0.5.3
Dernière Mise à Jour 2017-04-20
Date de Publication 2017-04-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur Jan Romaniak
Type de Paiement free
Langues Prises en Charge 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"
    ]
}