Justin Bieber Photo Gallery

Justin Bieber Photo Gallery includes images about singer music and song showmen.

Was ist Justin Bieber Photo Gallery?

Justin Bieber Photo Gallery ist eine Chrome-Erweiterung, die von pictures and images entwickelt wurde, und ihr Hauptmerkmal ist "Justin Bieber Photo Gallery includes images about singer music and song showmen.".

Erweiterungsscreenshots

screenshot

Justin Bieber Photo Gallery-Erweiterungs-CRX-Datei herunterladen

Laden Sie Justin Bieber Photo Gallery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Justin Bieber extension brings images from his video clips, music songs, his picture life.

Fans can add actual photos: 
***************************   
   * Right-click on the image.
   * Click to: Add to Justin Bieber Photo Gallery. 
   * New picture shows in popup.

Please share this popular app on G+, Twitter or Facebook.                    

Grundlegende Informationen zur Erweiterung

Name Justin Bieber Photo Gallery Justin Bieber Photo Gallery
ID nfidhpelnadaaplkjajdhahhdnccggkm
Offizielle URL https://chrome.google.com/webstore/detail/justin-bieber-photo-galle/nfidhpelnadaaplkjajdhahhdnccggkm
Beschreibung Justin Bieber Photo Gallery includes images about singer music and song showmen.
Dateigröße 96.22 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2015-09-30
Veröffentlichungsdatum 2015-09-30
Bewertung 2.10/5 Insgesamt 10 Bewertungen
Entwickler pictures and images
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Justin Bieber Photo Gallery",
    "description": "Justin Bieber Photo Gallery includes images about singer music and song showmen.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}