Pink background
This extension allows the users to change the background in pink color of the current page.
Wat is Pink background?
Pink background is een Chrome-extensie ontwikkeld door https://dierezepte.com, en de belangrijkste functie is "This extension allows the users to change the background in pink color of the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pink background
Download Pink background-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
                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | ehiaijjfijdbaepbhgompjomellejfoj | 
| Officiële URL | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj | 
| Beschrijving | This extension allows the users to change the background in pink color of the current page. | 
| Bestandsgrootte | 7.37 KB | 
| Aantal Installaties | 1,000 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2018-02-20 | 
| Publicatiedatum | 2018-02-20 | 
| Beoordeling | 2.75/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | https://dierezepte.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://dierezepte.com/ | 
| Ondersteunde Talen | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
} | |