Unseenly
Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
Hvad er Unseenly?
Unseenly er en Chrome-udvidelse udviklet af ikva eSolutions, og dens hovedfunktion er "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message".
Udvidelsesskærmbilleder
Download Unseenly-udvidelses-CRX-fil
Download Unseenly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Unseenly extension is for hiding the seen feature in Facebook chat. Currently this extension will work on www.facebook.com, m.facebook.com and messenger.com All you have to do is just install the extension and you are good to go. You can easily toggle the extension ON and OFF by clicking the unseenly icon from your extensions list. This is completely free, secure and free from malware and no unwanted pop-ups.
Grundlæggende oplysninger om udvidelsen
Navn | Unseenly |
ID | mmjginkjeljiaiafplppfkfdindcjkfi |
Officiel URL | https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi |
Beskrivelse | Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message |
Filstørrelse | 348 KB |
Antal Installationer | 1,163 |
Nuværende Version | 2.0 |
Senest Opdateret | 2019-02-07 |
Udgivelsesdato | 2019-02-07 |
Bedømmelse | 3.17/5 Samlet 12 Bedømmelser |
Udvikler | ikva eSolutions |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.geekdashboard.com/disable-facebook-seen-feature/ |
Hjælpeside-URL | https://www.geekdashboard.com/contact-us/ |
URL til Fortrolighedspolitik Side | https://www.geekdashboard.com/privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unseenly", "version": "2.0", "manifest_version": 2, "description": "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message", "background": { "scripts": [ "settings\/source\/lib\/store.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "js": [ "js\/jquery.js", "js\/hide_chat_seen.js" ] } ], "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*", "*:\/\/*.unseenly.com\/*" ], "browser_action": { "default_icon": "img\/icon48.png", "default_popup": "html\/popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |