Pink background
This extension allows the users to change the background in pink color of the current page.
Was ist Pink background?
Pink background ist eine Chrome-Erweiterung, die von https://dierezepte.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the users to change the background in pink color of the current page.".
Erweiterungsscreenshots
Pink background-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pink background-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
                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | ehiaijjfijdbaepbhgompjomellejfoj | 
| Offizielle URL | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj | 
| Beschreibung | This extension allows the users to change the background in pink color of the current page. | 
| Dateigröße | 7.37 KB | 
| Installationsanzahl | 1,000 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2018-02-20 | 
| Veröffentlichungsdatum | 2018-02-20 | 
| Bewertung | 2.75/5 Insgesamt 4 Bewertungen | 
| Entwickler | https://dierezepte.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://dierezepte.com/ | 
| Unterstützte Sprachen | 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"
    ]
} | |