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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delete all Instagram messages at once - Bulk deletion - Reviewed in Jan. 2021"입니다.
확장 프로그램 스크린샷
Message Cleaner for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |