Unlocker
Use Websites without having to login, currently supports: Instagram
Unlockerคืออะไร?
Unlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.alperenkaptan.com และคุณลักษณะหลักของมันคือ "Use Websites without having to login, currently supports: Instagram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unlocker
ดาวน์โหลดไฟล์ส่วนขยาย Unlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use Websites without having to login, currently supports: Instagram ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hpakfpbdhgblceoipepkpghpaihoiham |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
| คำอธิบาย | Use Websites without having to login, currently supports: Instagram |
| ขนาดไฟล์ | 6.92 KB |
| จำนวนการติดตั้ง | 446 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2020-03-20 |
| วันที่เผยแพร่ | 2020-03-20 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://www.alperenkaptan.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://alperenkaptan.com/ |
| URL หน้าช่วยเหลือ | https://alperenkaptan.com/ |
| ภาษาที่รองรับ | tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unlocker",
"version": "1.0",
"description": "Use Websites without having to login, currently supports: Instagram",
"author": "baris, alperen",
"icons": {
"16": "images\/unlocked16.png",
"32": "images\/unlocked32.png",
"128": "images\/unlocked128.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"instagram.js"
]
}
],
"manifest_version": 2
} | |