Twitter Scraper
Chrome extension for scraping X (formerly known as Twitter profile)
Twitter Scraperคืออะไร?
Twitter Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Copsule และคุณลักษณะหลักของมันคือ "Chrome extension for scraping X (formerly known as Twitter profile)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Scraper
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Chrome extension allows you to scrape X (formerly known as Twitter) tweets from any user to help you analyze and build your profile. With this extension, you can easily gather data on a specific user's tweets and use it to gain insights and create a more comprehensive understanding of their online presence. Whether you're a marketer looking to gather data on your competitors or a social media manager looking to better understand your audience, this extension provides a quick and convenient way to gather the information you need.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Scraper |
ID | cedomiiokkcmbeoekchahgmfcppnclal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal |
คำอธิบาย | Chrome extension for scraping X (formerly known as Twitter profile) |
ขนาดไฟล์ | 1.36 MB |
จำนวนการติดตั้ง | 2,356 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2022-12-17 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Copsule |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nighthustle.co |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Scraper", "version": "0.0.4", "description": "Chrome extension for scraping X (formerly known as Twitter profile)", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "activeTab", "scripting", "tabs" ] } |