Beach Backgrounds and Wallpapers
Beach Backgrounds and Wallpapers
Hvad er Beach Backgrounds and Wallpapers?
Beach Backgrounds and Wallpapers er en Chrome-udvidelse udviklet af BKG Products, og dens hovedfunktion er "Beach Backgrounds and Wallpapers".
Udvidelsesskærmbilleder
Download Beach Backgrounds and Wallpapers-udvidelses-CRX-fil
Download Beach Backgrounds and Wallpapers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ohadldmdddapijokigffkjlclkffopdm |
Officiel URL | https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm |
Beskrivelse | Beach Backgrounds and Wallpapers |
Filstørrelse | 7.45 KB |
Antal Installationer | 95 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-11-02 |
Udgivelsesdato | 2017-11-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | BKG Products |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |