Instastalk
Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Instastalkคืออะไร?
Instastalk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stiubhart และคุณลักษณะหลักของมันคือ "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instastalk
ดาวน์โหลดไฟล์ส่วนขยาย Instastalk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**Updated for Instagram and Chrome V3 changes** Secretly watch Instagram stories without anyone knowing. Simply toggle the icon in your toolbar to turn incognito mode on/off Now you can download the story or feeds video / image so you can keep forever!! Wooooo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ebpmpkiabmjgiomijjnplanekkliilae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae |
คำอธิบาย | Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo |
ขนาดไฟล์ | 910 KB |
จำนวนการติดตั้ง | 5,697 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2022-09-01 |
วันที่เผยแพร่ | 2020-05-07 |
คะแนน | 3.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | stiubhart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instastalk", "description": "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo", "version": "2.2", "icons": { "16": "favicons\/favicon-16x16.png", "32": "favicons\/favicon-32x32.png", "48": "favicon48.png", "128": "favicons\/android-chrome-144x144.png" }, "action": [], "permissions": [ "declarativeNetRequest" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/", "https:\/\/instagram.com\/" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "Instastalk_download.png" ], "matches": [ " |