Change Background, set custom wallpaper

This extension sets custom background for web-page

Wat is Change Background, set custom wallpaper?

Change Background, set custom wallpaper is een Chrome-extensie ontwikkeld door shulaykin1, en de belangrijkste functie is "This extension sets custom background for web-page".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Change Background, set custom wallpaper

Download Change Background, set custom wallpaper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension sets custom background for web-page. 
To set custom background you need:
1) find nice background picture;
2) copy URL of your picture;
3) open web-page, that you like;
4) click on icon of extention; 
5) paste URL and press OK - it adds your picture in PictureList;
6) click on your Picture in PictureList; 

It may not work on some web-sites. 
If you want help me improve this extension and add support of web-pages you want, please contact me. [email protected];                    

Basisinformatie over de Extensie

Naam Change Background, set custom wallpaper Change Background, set custom wallpaper
ID nnpojipjpkoejmlcpkiedbgjlgikpndl
Officiële URL https://chromewebstore.google.com/detail/change-background-set-cus/nnpojipjpkoejmlcpkiedbgjlgikpndl
Beschrijving This extension sets custom background for web-page
Bestandsgrootte 30.06 KB
Aantal Installaties 785
Huidige Versie 1.1
Laatst Bijgewerkt 2016-09-21
Publicatiedatum 2016-09-21
Beoordeling 2.93/5 Totaal 15 Beoordelingen
Ontwikkelaar shulaykin1
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Change Background, set custom wallpaper",
    "description": "This extension sets custom background for web-page",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "popup.js",
                "options.js"
            ]
        }
    ]
}