Web-Bar

Make your Chrome homepage more fun and attractive.

Cos'è Web-Bar?

Web-Bar è un'estensione di Chrome sviluppata da http://web-bar.biz, e la sua funzione principale è "Make your Chrome homepage more fun and attractive.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web-Bar

Scarica i file di estensione Web-Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
URL Ufficiale https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
Descrizione Make your Chrome homepage more fun and attractive.
Dimensione del File 162 KB
Conteggio Installazioni 12
Versione Corrente 0.9.3
Ultimo Aggiornamento 2016-12-13
Data di Pubblicazione 2016-12-13
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore http://web-bar.biz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://web-bar.biz
URL della Pagina della Politica sulla Privacy http://playbar.biz/policy.html
Lingue Supportate 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'"
}