Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

Apa itu Beach Backgrounds and Wallpapers?

Beach Backgrounds and Wallpapers adalah ekstensi Chrome yang dikembangkan oleh BKG Products, dan fitur utamanya adalah "Beach Backgrounds and Wallpapers".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Beach Backgrounds and Wallpapers

Unduh file ekstensi Beach Backgrounds and Wallpapers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The best backgrounds and themes of beaches in the new tab of your browser.
Click the + INSTALL button in the upper-right corner of this window.
You can change the background image at any time.                    

Informasi Dasar Ekstensi

Nama Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
URL Resmi https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Deskripsi Beach Backgrounds and Wallpapers
Ukuran File 7.45 KB
Jumlah Instalasi 95
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-11-02
Tanggal Publikasi 2017-11-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang BKG Products
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beach Backgrounds and Wallpapers",
    "description": "Beach Backgrounds and Wallpapers",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}