Onet.pl bez ściemy
Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne
Wat is Onet.pl bez ściemy?
Onet.pl bez ściemy is een Chrome-extensie ontwikkeld door Jakub Bartkowiak, en de belangrijkste functie is "Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne".
Extensie Screenshots
Download het CRX-bestand van de extensie Onet.pl bez ściemy
Download Onet.pl bez ściemy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Onet.pl bez ściemy |
ID | mpnodhcgeejpjelgekcfekpiagcfddag |
Officiële URL | https://chromewebstore.google.com/detail/onetpl-bez-%C5%9Bciemy/mpnodhcgeejpjelgekcfekpiagcfddag |
Beschrijving | Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne |
Bestandsgrootte | 71.38 KB |
Aantal Installaties | 112 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-10-17 |
Publicatiedatum | 2014-10-17 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jakub Bartkowiak |
Betalingswijze | free |
Extensiewebsite | https://github.com/gralin/onetpl |
Help Pagina-URL | https://github.com/gralin/onetpl/issues |
Ondersteunde Talen | 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" ] } ] } |