Onet.pl bez ściemy

Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne

What is Onet.pl bez ściemy?

Onet.pl bez ściemy is a Chrome extension developed by Jakub Bartkowiak, and its main feature is "Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne".

Extension Screenshots

screenshot

Download Onet.pl bez ściemy Extension CRX File

Download Onet.pl bez ściemy 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

                        Jeżeli wkurzają Cię tytuły newsów na portalu Onet.pl które wydaję się interesujące, a po kliknięciu okazuje się, że to tytuł to ściema, to rozszerzenie jest dla Ciebie!                    

Extension Basic Information

Name Onet.pl bez ściemy Onet.pl bez ściemy
ID mpnodhcgeejpjelgekcfekpiagcfddag
Official URL https://chromewebstore.google.com/detail/onetpl-bez-%C5%9Bciemy/mpnodhcgeejpjelgekcfekpiagcfddag
Description Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne
File Size 71.38 KB
Installation Count 112
Current Version 1.0.1
Last Updated 2014-10-17
Publish Date 2014-10-17
Rating 2.33/5 Total 3 Ratings
Developer Jakub Bartkowiak
Payment Type free
Extension Website https://github.com/gralin/onetpl
Help Page URL https://github.com/gralin/onetpl/issues
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Onet.pl bez \u015bciemy",
    "short_name": "Onet.pl bez \u015bciemy",
    "description": "Nag\u0142\u00f3wki wiadomo\u015bci na portalu Onet.pl staj\u0105 si\u0119 bardziej konkretne",
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Onet.pl ju\u017c nie \u015bciemnia",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.onet.pl\/"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/lodash.min.js",
                "main.js"
            ]
        }
    ]
}