DeathNote
Ein Neue Death Note Regeln fur jeden neue tab
DeathNoteคืออะไร?
DeathNote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย geldverdienen361 และคุณลักษณะหลักของมันคือ "Ein Neue Death Note Regeln fur jeden neue tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeathNote
ดาวน์โหลดไฟล์ส่วนขยาย DeathNote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ein Neue Death Note Regeln fur jeden neue tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bonjjbjfdlcbhcoapcooofjdiojmjphh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deathnote/bonjjbjfdlcbhcoapcooofjdiojmjphh |
คำอธิบาย | Ein Neue Death Note Regeln fur jeden neue tab |
ขนาดไฟล์ | 607 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2019-09-07 |
วันที่เผยแพร่ | 2019-09-06 |
ผู้พัฒนา | geldverdienen361 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeathNote", "description": "Ein Neue Death Note Regeln fur jeden neue tab", "version": "1", "author": "Yusef", "browser_action": { "default_icon": "G16.png", "default_title": "DeathNote" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab" ], "icons": { "16": "G16.png", "128": "G128.png" } } |