Web-Bar

Make your Chrome homepage more fun and attractive.

Qu'est-ce que Web-Bar ?

Web-Bar est une extension Chrome développée par http://web-bar.biz, et sa fonction principale est "Make your Chrome homepage more fun and attractive.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Web-Bar

Téléchargez les fichiers d'extension Web-Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
URL Officiel https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
Description Make your Chrome homepage more fun and attractive.
Taille du Fichier 162 KB
Nombre d'Installations 12
Version Actuelle 0.9.3
Dernière Mise à Jour 2016-12-13
Date de Publication 2016-12-13
Évaluation 1.00/5 Total 2 Évaluations
Développeur http://web-bar.biz
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://web-bar.biz
URL de la Page de Politique de Confidentialité http://playbar.biz/policy.html
Langues Prises en Charge 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'"
}