Twitter Automate
Automate following and unfollowing Twitter users
Twitter Automateคืออะไร?
Twitter Automate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colls.lauren และคุณลักษณะหลักของมันคือ "Automate following and unfollowing Twitter users"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Automate
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Automate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
App to automate following and unfollowing Twitter users FEATURES - Can create follow and unfollow rules (e.g follow unverified users only, or only unfollower users who don't follow me) - Rules created can be different across tabs - Displays stats for the session, ie how many users have been followed and unfollowed USAGE 1. Log into twitter.com 2. Go to a page with profiles (followers, following, search, list members, likes/retweets) 3. Configure follow/unfollow conditions, or leave blank 3. Click "Start following" or "Start unfollowing" button 4. Click "Stop" button to stop following or unfollowing Dm feature requests or bugs to @Lau____Ren
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Automate |
ID | koehmloeokoemgnokfclhekllackhmmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd |
คำอธิบาย | Automate following and unfollowing Twitter users |
ขนาดไฟล์ | 65.52 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-08-27 |
วันที่เผยแพร่ | 2019-08-27 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | colls.lauren |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/lau____ren |
URL หน้าช่วยเหลือ | https://twitter.com/lau____ren |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Automate", "version": "1.3", "description": "Automate following and unfollowing Twitter users", "permissions": [ "declarativeContent", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/twittermate_16.png", "32": "images\/twittermate_32.png", "48": "images\/twittermate_48.png", "128": "images\/twittermate_128.png" } }, "icons": { "16": "images\/twittermate_16.png", "32": "images\/twittermate_32.png", "48": "images\/twittermate_48.png", "128": "images\/twittermate_128.png" }, "manifest_version": 2 } |