Botster.io
Botster.io extension
Botster.ioคืออะไร?
Botster.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seobots.io และคุณลักษณะหลักของมันคือ "Botster.io extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Botster.io
ดาวน์โหลดไฟล์ส่วนขยาย Botster.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension makes it easier to work with Botster.io by retrieving your session_id cookie data from your active Instagram, LinkedIn, YouTube or Facebook sessions so you don't have to do it manually. How it works? - Install the extension. - Make sure to be logged into your Instagram, YouTube, LinkedIn or Facebook account using Chrome. - The extension will automatically retrieve your Instagram, YouTube, LinkedIn or Facebook session cookie once you open the bot start page. That's it! Have questions? If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our help form. Update log: - 0.6 update Minor updated which improves connection to YouTube accounts. - 0.5 update YouTube support! Connect your YT account to Botster with this extension. - 0.4 update: LinkedIn support! You can now connect to your LinkedIn profile using this extension. - 0.3 update: Removed unnecessary/unused permissions from the extension. - 0.2 update: We now support Facebook interaction! Make sure to be logged into your Facebook account for the changes to apply. - 0.1 update: BUGFIX: The extension will refresh your Instagram session_id if it has changed, instead of re-using the old hash.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bmjdihiiohchooihlbaciknpnoaoompj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/botsterio/bmjdihiiohchooihlbaciknpnoaoompj |
คำอธิบาย | Botster.io extension |
ขนาดไฟล์ | 9.07 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.7 |
อัปเดตครั้งล่าสุด | 2021-06-22 |
วันที่เผยแพร่ | 2020-04-19 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | seobots.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://botster.io |
URL หน้าช่วยเหลือ | https://botster.io/privacy |
URL หน้านโยบายความเป็นส่วนตัว | https://seobots.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Botster.io", "description": "Botster.io extension", "version": "0.7", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "cookies", "*:\/\/*.instagram.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/botster.io\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |