Web-Bar
Make your Chrome homepage more fun and attractive.
Co to jest Web-Bar?
Web-Bar to rozszerzenie Chrome opracowane przez http://web-bar.biz, a jego główną funkcją jest „Make your Chrome homepage more fun and attractive.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web-Bar
Pobierz pliki rozszerzeń Web-Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Web-Bar is a great choice for those who are tired of boring homepage extensions that do not provide any useful functionality and keep displaying unwanted ads every time you open your browser. ------- Versions: 0.9.2 - Beta testing 0.9.3 - Various Bug Fixes
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nfcebimaikecjkklbiednpkalkkahlig |
Oficjalny URL | https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig |
Opis | Make your Chrome homepage more fun and attractive. |
Rozmiar pliku | 162 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 0.9.3 |
Ostatnia Aktualizacja | 2016-12-13 |
Data Publikacji | 2016-12-13 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | http://web-bar.biz |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://web-bar.biz |
Adres URL Strony Polityki Prywatności | http://playbar.biz/policy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web-Bar", "description": "Make your Chrome homepage more fun and attractive.", "version": "0.9.3", "permissions": [ "https:\/\/query.yahooapis.com\/*", "http:\/\/web-bar.biz\/*" ], "chrome_url_overrides": { "newtab": "newtab-page.html" }, "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": { "19": "icon_19px.png", "38": "icon_38px.png" }, "default_title": "Web-Bar" }, "icons": { "16": "16.png", "48": "128.png", "128": "128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |