Auto Post
Tool
Auto Postคืออะไร?
Auto Post เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chief725 และคุณลักษณะหลักของมันคือ "Tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Post
ดาวน์โหลดไฟล์ส่วนขยาย Auto Post ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto share facebook videos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | himofjflnaeankgcaogjfdehcmhekalf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-post/himofjflnaeankgcaogjfdehcmhekalf |
คำอธิบาย | Tool |
ขนาดไฟล์ | 43.73 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 1.03 |
อัปเดตครั้งล่าสุด | 2019-03-16 |
วันที่เผยแพร่ | 2019-03-16 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | chief725 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Post", "version": "1.03", "manifest_version": 2, "description": "Tool", "background": { "scripts": [ "background.js", "jquery.js" ] }, "content_scripts": [ { "js": [ "content.js", "links.js", "jquery.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/video.orgs.live\/*" ], "content_security_policy": "script-src 'self' https:\/\/cdn.orgs.live ; object-src 'self'" } |