Message Cleaner for Instagram
Delete all Instagram messages at once - Bulk deletion - Reviewed in Jan. 2021
Message Cleaner for Instagram क्या है?
Message Cleaner for Instagram http://fbmessagecleaner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delete all Instagram messages at once - Bulk deletion - Reviewed in Jan. 2021"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Message Cleaner for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Delete all your messages on InstaGram at once! With full access you can either: - Delete 10 messages in 1 click - Bulk delete of 100 messages - Bulk deletion of 1000 messages/conversation You can also configure exclusions to keep your favorite conversations. This is the fastest way to delete all your messages and conversations! Extension compliant with 2021 standards. **** Free trial to test bulk deletion on the 5 conversations **** This extension has no relation with Instagram company. Messages can not be restored after deletion. Use at your own risks.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fpngcnocofgbejnoghlfdgdkadfnefng |
आधिकारिक URL | https://chrome.google.com/webstore/detail/message-cleaner-for-insta/fpngcnocofgbejnoghlfdgdkadfnefng |
विवरण | Delete all Instagram messages at once - Bulk deletion - Reviewed in Jan. 2021 |
फ़ाइल का आकार | 449 KB |
स्थापना संख्या | 460 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-01-15 |
प्रकाशन तिथि | 2021-01-15 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | http://fbmessagecleaner.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.fbmessagecleaner.com |
सहायता पृष्ठ URL | https://www.fbmessagecleaner.com |
गोपनीयता नीति पृष्ठ URL | https://www.fbmessagecleaner.com/privacypolicy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Message Cleaner for Instagram", "short_name": "IG Message cleaner", "description": "Delete all Instagram messages at once - Bulk deletion - Reviewed in Jan. 2021", "version": "1.0.0", "icons": { "16": "icons\/fb_message_cleaner16.png", "48": "icons\/fb_message_cleaner48.png", "128": "icons\/fb_message_cleaner128.png" }, "browser_action": { "default_icon": "icons\/fb_message_cleaner16.png", "default_title": "Message Cleaner", "default_popup": "screens\/popup.html" }, "background": { "scripts": [ "js\/constants.min.js", "js\/background.js", "js\/utils.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "http:\/\/instagram.com\/*", "http:\/\/www.instagram.com\/*" ], "js": [ "js\/constants.min.js", "js\/utils.min.js", "js\/content.min.js", "js\/analytics.min.js" ] }, { "all_frames": true, "js": [ "js\/inject_end.js" ], "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "http:\/\/instagram.com\/*", "http:\/\/www.instagram.com\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "https:\/\/www.instagram.com\/*", "https:\/\/www.fbmessagecleaner.com\/*", "https:\/\/instagram.com\/*", "http:\/\/instagram.com\/*", "http:\/\/www.instagram.com\/*" ], "web_accessible_resources": [ "screens\/fb_cleaner.html", "screens\/index.html", "img\/analyze.png", "img\/brush.png" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |