Cat Screen Cleaner
Watch out our cute kitten work over time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend.
Cos'è Cat Screen Cleaner?
Cat Screen Cleaner è un'estensione di Chrome sviluppata da https://virtualscreencleaners.com, e la sua funzione principale è "Watch out our cute kitten work over time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cat Screen Cleaner
Scarica i file di estensione Cat Screen Cleaner 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
Open a new tab browser to a cute virtual cat licking your screen clean.
Watch out our kitten work over-time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend. Informazioni di Base sull'Estensione
| Nome | |
| ID | incaoikdbplldggiaakikmhaeafapfpo |
| URL Ufficiale | https://chromewebstore.google.com/detail/cat-screen-cleaner/incaoikdbplldggiaakikmhaeafapfpo |
| Descrizione | Watch out our cute kitten work over time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend. |
| Dimensione del File | 3.62 MB |
| Conteggio Installazioni | 1,172 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2017-09-27 |
| Data di Pubblicazione | 2017-09-27 |
| Valutazione | 3.63/5 Totale 8 Valutazioni |
| Sviluppatore | https://virtualscreencleaners.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.virtualscreencleaners.com |
| URL della Pagina della Politica sulla Privacy | http://hagensmedia.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cat Screen Cleaner",
"version": "0.1",
"description": "Watch out our cute kitten work over time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend.",
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"128": "assets\/icon.png"
},
"browser_action": [],
"permissions": [
"storage"
]
} | |