Obox Tools - Friend Remover 2020
Friend remover - Easily delete friends with a few clicks or unfriend them all at once.
Obox Tools - Friend Remover 2020란 무엇입니까?
Obox Tools - Friend Remover 2020은(는) oboxtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Friend remover - Easily delete friends with a few clicks or unfriend them all at once."입니다.
확장 프로그램 스크린샷
Obox Tools - Friend Remover 2020 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find & delete friends-list easily for Facebook™ - Obox Tools - Friend Remover helps you remove several friends or unfriend all at once. ★ Note * Facebook™ is a registered trade mark of Facebook™ Inc. The use of the Facebook™ trade name or trademark is for identification, reference or descriptive. This extension has no connection to Facebook™ Inc or their product brand. This extension uses absolutely NO any Facebook APIs, and it's therefore not binding with any Facebook APIs licenses. All the occurrences of the word "Facebook™" is for descriptive purpose only, and hence it's legally allowed. ★ How it works - Click the extension icon - Stay on current page until the friends list has fully loaded! - Select list friend that you want to delete - Click the button "Remove Friend" ★ Contact Us If you have any question, please contact me via email: [email protected]
확장 프로그램 기본 정보
이름 | Obox Tools - Friend Remover 2020 |
ID | lklafmehbmplcclnpcnpafbkocebmbam |
공식 URL | https://chromewebstore.google.com/detail/obox-tools-friend-remover/lklafmehbmplcclnpcnpafbkocebmbam |
설명 | Friend remover - Easily delete friends with a few clicks or unfriend them all at once. |
파일 크기 | 203 KB |
설치 횟수 | 2,487 |
현재 버전 | 2021.02.10.1 |
최근 업데이트 | 2021-02-12 |
출시 날짜 | 2020-03-16 |
평점 | 2.05/5 총 21 개의 평점 |
개발자 | oboxtools.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ffr.oboxtools.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2021.02.10.1", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "icon48.png", "name": "__MSG_extName__" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "https:\/\/m.facebook.com\/*", "https:\/\/ffr.oboxtools.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ffr.oboxtools.com https:\/\/www.google.com; object-src https:\/\/www.google-analytics.com https:\/\/ffr.oboxtools.com https:\/\/www.google.com 'self'", "web_accessible_resources": [ "*" ], "manifest_version": 2 } |