Web-Bar
Make your Chrome homepage more fun and attractive.
Wat is Web-Bar?
Web-Bar is een Chrome-extensie ontwikkeld door http://web-bar.biz, en de belangrijkste functie is "Make your Chrome homepage more fun and attractive.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web-Bar
Download Web-Bar-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | nfcebimaikecjkklbiednpkalkkahlig |
| Officiële URL | https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig |
| Beschrijving | Make your Chrome homepage more fun and attractive. |
| Bestandsgrootte | 162 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 0.9.3 |
| Laatst Bijgewerkt | 2016-12-13 |
| Publicatiedatum | 2016-12-13 |
| Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | http://web-bar.biz |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://web-bar.biz |
| URL van de Privacybeleid Pagina | http://playbar.biz/policy.html |
| Ondersteunde Talen | 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'"
} | |