Web-Bar
Make your Chrome homepage more fun and attractive.
What is Web-Bar?
Web-Bar is a Chrome extension developed by http://web-bar.biz, and its main feature is "Make your Chrome homepage more fun and attractive.".
Extension Screenshots
Download Web-Bar Extension CRX File
Download Web-Bar 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
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 Extension Basic Information
| Name | |
| ID | nfcebimaikecjkklbiednpkalkkahlig |
| Official URL | https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig |
| Description | Make your Chrome homepage more fun and attractive. |
| File Size | 162 KB |
| Installation Count | 12 |
| Current Version | 0.9.3 |
| Last Updated | 2016-12-13 |
| Publish Date | 2016-12-13 |
| Rating | 1.00/5 Total 2 Ratings |
| Developer | http://web-bar.biz |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://web-bar.biz |
| Privacy Policy Page URL | http://playbar.biz/policy.html |
| Supported Languages | 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'"
} | |