Fast Delete All Messages from Messenger
This extension will remove your messenger messages in seconds!
Co je Fast Delete All Messages from Messenger?
Fast Delete All Messages from Messenger je rozšíření Chrome vyvinuté Extensionly, a jeho hlavní funkcí je „This extension will remove your messenger messages in seconds!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fast Delete All Messages from Messenger
Stáhněte si soubory rozšíření Fast Delete All Messages from Messenger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Deleting numerous messages on Messenger is not as easy as deleting emails since Messenger actually intends to keep conversation history. In order to delete messages you have in your account you need to open messages from your sender one by one and then you will proceed to “options” and start choosing messages that you wanted to delete. If you’ve got plenty of messages, this process can surely be very tiring and time consuming. You can just remove messages from message list. However doing this won’t delete the messages permanently. The messages will be archived instead and reappear if a person sends messages again. This is where fast delete all messages tool comes handy. This is a Google Chrome extension which allows you to delete messages with one click.
Základní Informace o Rozšíření
Název | |
ID | anmejkmdikbdogalegdkohodhcpkoblp |
Oficiální URL | https://chrome.google.com/webstore/detail/fast-delete-all-messages/anmejkmdikbdogalegdkohodhcpkoblp |
Popis | This extension will remove your messenger messages in seconds! |
Velikost souboru | 12.34 KB |
Počet instalací | 20,000 |
Aktuální Verze | 2.5 |
Poslední Aktualizace | 2019-05-26 |
Datum Vydání | 2019-05-26 |
Hodnocení | 4.25/5 Celkem 822 Hodnocení |
Vývojář | Extensionly |
Typ Platby | free |
Webové stránky Rozšíření | http://fastdeletemessages.com |
URL Stránky Nápovědy | http://fastdeletemessages.com |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Delete All Messages from Messenger", "description": "This extension will remove your messenger messages in seconds!", "version": "2.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "activeTab", "tabs" ], "web_accessible_resources": [ "script.js" ] } |