Pink background
This extension allows the users to change the background in pink color of the current page.
Cos'è Pink background?
Pink background è un'estensione di Chrome sviluppata da https://dierezepte.com, e la sua funzione principale è "This extension allows the users to change the background in pink color of the current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pink background
Scarica i file di estensione Pink background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | ehiaijjfijdbaepbhgompjomellejfoj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj | 
| Descrizione | This extension allows the users to change the background in pink color of the current page. | 
| Dimensione del File | 7.37 KB | 
| Conteggio Installazioni | 1,000 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2018-02-20 | 
| Data di Pubblicazione | 2018-02-20 | 
| Valutazione | 2.75/5 Totale 4 Valutazioni | 
| Sviluppatore | https://dierezepte.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://dierezepte.com/ | 
| Lingue Supportate | 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"
    ]
} | |