Unseen
Facebook without setting off seen notifications
Wat is Unseen?
Unseen is een Chrome-extensie ontwikkeld door pruthvikar, en de belangrijkste functie is "Facebook without setting off seen notifications".
Download het CRX-bestand van de extensie Unseen
Download Unseen-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
Basisinformatie over de Extensie
Naam | |
ID | hlffenieniojcilaanhckhlcncpkpdla |
Officiële URL | https://chrome.google.com/webstore/detail/unseen/hlffenieniojcilaanhckhlcncpkpdla |
Beschrijving | Facebook without setting off seen notifications |
Bestandsgrootte | 29.83 KB |
Aantal Installaties | 134 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-11-25 |
Publicatiedatum | 2014-11-25 |
Ontwikkelaar | pruthvikar |
Betalingswijze | free |
Ondersteunde Talen | 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 } |