Unseen
Facebook without setting off seen notifications
Cos'è Unseen?
Unseen è un'estensione di Chrome sviluppata da pruthvikar, e la sua funzione principale è "Facebook without setting off seen notifications".
Scarica il file CRX dell'estensione Unseen
Scarica i file di estensione Unseen 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | hlffenieniojcilaanhckhlcncpkpdla |
| URL Ufficiale | https://chrome.google.com/webstore/detail/unseen/hlffenieniojcilaanhckhlcncpkpdla |
| Descrizione | Facebook without setting off seen notifications |
| Dimensione del File | 29.83 KB |
| Conteggio Installazioni | 134 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-11-25 |
| Data di Pubblicazione | 2014-11-25 |
| Sviluppatore | pruthvikar |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unseen",
"short_name": "Unseen",
"version": "1.0",
"description": "Facebook without setting off seen notifications",
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/www.facebook.com\/*",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"512": "icon.png"
},
"manifest_version": 2
} | |