FollowRush Basic
Automatic script for following people on twitter. Limited edition.
FollowRush Basicคืออะไร?
FollowRush Basic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmarkMedia และคุณลักษณะหลักของมันคือ "Automatic script for following people on twitter. Limited edition."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FollowRush Basic
ดาวน์โหลดไฟล์ส่วนขยาย FollowRush Basic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FollowRush: FREE VERSION: Don't waste your time following other Twitter users and make it automatically! This extension is a great marketing tool, you can automatically follow your competence followers/following, which are "Target Market" for your business. If you want to use the extension with no new following limits (only the Twitter´s web), you should upgrade to our "GOLD version" Using this extension is under your own risk, we are not responsible for any problem occured after using it. We are not related to Twitter. Enjoy! Contact info: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
คำอธิบาย | Automatic script for following people on twitter. Limited edition. |
ขนาดไฟล์ | 220 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-07-11 |
วันที่เผยแพร่ | 2015-07-11 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | SmarkMedia |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FollowRush Basic", "description": "Automatic script for following people on twitter. Limited edition.", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon19x19.png", "38": "icon76x76.png" }, "default_popup": "popup.html" }, "permissions": [ "*:\/\/twitter.com\/*", "tabs", "webNavigation" ] } |