Getflix Region Switcher
Check and change your Getflix region quickly and easily.
Getflix Region Switcherคืออะไร?
Getflix Region Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ravrahn และคุณลักษณะหลักของมันคือ "Check and change your Getflix region quickly and easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Getflix Region Switcher
ดาวน์โหลดไฟล์ส่วนขยาย Getflix Region Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
****NOTE: This extension is NOT an official Getflix application.**** This extension is designed to make it easy to switch regions using the Getflix service. You can switch regions for any of the services covered by Getflix with the click of a button – Netflix, Amazon Prime, Crackle, and more. All you need to do is log in to Getflix in your browser. If you want to use Getflix to switch regions, you can sign up at https://www.getflix.com.au/ If you want to look at the source code for this extension, report issues, suggest features, or contribute to the code, you can do that here: https://github.com/ravrahn/getflix-chrome This extension was published with the permission of Getflix, including use of their logo and name.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dnglcfmkeagcfmjnhgboabkbjkdnkija |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija |
คำอธิบาย | Check and change your Getflix region quickly and easily. |
ขนาดไฟล์ | 392 KB |
จำนวนการติดตั้ง | 1,010 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-04-10 |
วันที่เผยแพร่ | 2016-04-08 |
คะแนน | 3.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Ravrahn |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.getflix.com.au |
URL หน้าช่วยเหลือ | https://github.com/ravrahn/getflix-chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Getflix Region Switcher", "short_name": "Getflix", "description": "Check and change your Getflix region quickly and easily.", "version": "1.0.2", "permissions": [ "https:\/\/*.getflix.com.au\/", "http:\/\/*.netflix.com\/", "tabs" ], "browser_action": { "default_icon": "\/img\/browser_icon.png", "default_popup": "popup.html" }, "icons": { "128": "\/img\/icon128.png" } } |