Podnapisi subtitle download
Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.
Podnapisi subtitle downloadคืออะไร?
Podnapisi subtitle download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MikeNight และคุณลักษณะหลักของมันคือ "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Podnapisi subtitle download
ดาวน์โหลดไฟล์ส่วนขยาย Podnapisi subtitle download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | clbmjgnlajfnddblmmlmaaneeapgpbcm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/podnapisi-subtitle-downlo/clbmjgnlajfnddblmmlmaaneeapgpbcm |
คำอธิบาย | Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages. |
ขนาดไฟล์ | 578 KB |
จำนวนการติดตั้ง | 569 |
เวอร์ชันปัจจุบัน | 1.8.2 |
อัปเดตครั้งล่าสุด | 2013-10-23 |
วันที่เผยแพร่ | 2013-10-23 |
คะแนน | 1.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | MikeNight |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "podnapisi.js" ], "matches": [ "http:\/\/*.podnapisi.net\/*" ] } ], "description": "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.", "icons": { "128": "logo_128.png", "48": "logo_48.png" }, "manifest_version": 2, "name": "Podnapisi subtitle download", "version": "1.8.2", "web_accessible_resources": [ "download.png", "downloaded.png", "loading.gif", "domready.js" ] } |