SM Assistant
SM assistant lets you do few repeating social media tasks in single click without needing to repeat task by users.
SM Assistantคืออะไร?
SM Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Riyas และคุณลักษณะหลักของมันคือ "SM assistant lets you do few repeating social media tasks in single click without needing to repeat task by users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SM Assistant
ดาวน์โหลดไฟล์ส่วนขยาย SM Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SM assistant let you follow multiple people on Pinterest or Mix.com in single click. Massfollow for pinterest. USAGE 1. Log into pinterest.com 2. Go to a page with followers 3. Click on SM assistant. 4. Choose the options the way you want. 5. It will follow people as per the criteria you have given. Massfollow for Mix.com USAGE 1. Log into mix.com 2. Go to a page with followers 3. Click on SM assistant. 4. Choose the options the way you want. 5. It will follow people as per the criteria you have given.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ficmnjdcjgchjaogpogioofnnenbknja |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sm-assistant/ficmnjdcjgchjaogpogioofnnenbknja |
คำอธิบาย | SM assistant lets you do few repeating social media tasks in single click without needing to repeat task by users. |
ขนาดไฟล์ | 16.68 KB |
จำนวนการติดตั้ง | 111 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2020-09-16 |
วันที่เผยแพร่ | 2019-11-01 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Riyas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SM Assistant", "description": "SM assistant lets you do few repeating social media tasks in single click without needing to repeat task by users.", "version": "1.9", "permissions": [ "tabs", "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.se\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.at\/*", "*:\/\/*.pinterest.dk\/*", "*:\/\/*.pinterest.co.at\/*", "*:\/\/*.pinterest.com.au\/*", "*:\/\/*.pinterest.hu\/*", "*:\/\/*.pinterest.co.kr\/*", "*:\/\/*.pinterest.ca\/*", "*:\/\/*.pinterest.com.bo\/*", "*:\/\/*.pinterest.in\/*", "*:\/\/*.pinterest.ec\/*", "*:\/\/*.pinterest.com.ec\/*", "*:\/\/*.pinterest.com.py\/*", "*:\/\/*.pinterest.co\/*", "*:\/\/*.pinterest.co.uk\/*", "*:\/\/*.pinterest.kr\/*", "*:\/\/*.pinterest.ru\/*", "*:\/\/*.pinterest.id\/*", "*:\/\/*.pinterest.nz\/*", "*:\/\/*.pinterest.uk\/*", "*:\/\/*.pinterest.it\/*", "*:\/\/*.pinterest.co.in\/*", "*:\/\/*.pinterest.info\/*", "*:\/\/*.pinterest.ch\/*", "*:\/\/*.pinterest.pe\/*", "*:\/\/*.pinterest.th\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.ie\/*", "*:\/\/*.pinterest.com.mx\/*", "*:\/\/*.pinterest.cl\/*", "*:\/\/*.pinterest.com.vn\/*", "*:\/\/*.pinterest.tw\/*", "*:\/\/*.pinterest.es\/*", "*:\/\/*.pinterest.ph\/*", "*:\/\/*.pinterest.com.pt\/*", "*:\/\/*.pinterest.com.pe\/*", "*:\/\/*.pinterest.com.uy\/*", "*:\/\/*.pinterest.co.nz\/*", "*:\/\/*.pinterest.fr\/*", "*:\/\/*.pinterest.mx\/*", "*:\/\/*.mix.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |