Narkuss
Extension de Narkuss
Narkussคืออะไร?
Narkuss เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://l2p-academy.fr และคุณลักษณะหลักของมันคือ "Extension de Narkuss"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Narkuss
ดาวน์โหลดไฟล์ส่วนขยาย Narkuss ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recevez une notification lorsque Narkuss est en stream ! Accédez aux derniers articles de L2p-Academy avec un simple clique. Merci à https://twitter.com/EldefGraph pour les icones.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffffpnjmjhhpldmmonfgmgdklengmokp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/narkuss/ffffpnjmjhhpldmmonfgmgdklengmokp |
คำอธิบาย | Extension de Narkuss |
ขนาดไฟล์ | 57.01 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2017-03-13 |
วันที่เผยแพร่ | 2017-03-13 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://l2p-academy.fr |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://l2p-academy.fr/ |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Narkuss", "description": "Extension de Narkuss", "version": "1.2.1", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_48.png", "default_popup": "popup.html", "default_title": "Narkuss" }, "background": { "scripts": [ "jquery-3.0.0.min.js", "background.js" ] }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "alarms", "notifications", "storage" ] } |