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文件
下載Obox Tools - Friend Remover 2020擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |