Onet.pl bez ściemy
Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne
¿Qué es Onet.pl bez ściemy?
Onet.pl bez ściemy es una extensión de Chrome desarrollada por Jakub Bartkowiak, y su función principal es "Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Onet.pl bez ściemy
Descarga archivos de extensión Onet.pl bez ściemy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Onet.pl bez ściemy |
ID | mpnodhcgeejpjelgekcfekpiagcfddag |
URL Oficial | https://chromewebstore.google.com/detail/onetpl-bez-%C5%9Bciemy/mpnodhcgeejpjelgekcfekpiagcfddag |
Descripción | Nagłówki wiadomości na portalu Onet.pl stają się bardziej konkretne |
Tamaño del Archivo | 71.38 KB |
Cantidad de Instalaciones | 112 |
Versión Actual | 1.0.1 |
Última Actualización | 2014-10-17 |
Fecha de Publicación | 2014-10-17 |
Calificación | 2.33/5 Total de 3 Calificaciones |
Desarrollador | Jakub Bartkowiak |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/gralin/onetpl |
URL de la Página de Ayuda | https://github.com/gralin/onetpl/issues |
Idiomas Soportados | 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" ] } ] } |