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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oboxtools.com และคุณลักษณะหลักของมันคือ "Friend remover - Easily delete friends with a few clicks or unfriend them all at once."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Obox Tools - Friend Remover 2020
ดาวน์โหลดไฟล์ส่วนขยาย 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] ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
} | |