Ninja Account
Ninja Account helps you being free on the web
Ninja Accountคืออะไร?
Ninja Account เป็นส่วนขยายของ Chrome ที่พัฒนาโดย heyhothatiscool และคุณลักษณะหลักของมันคือ "Ninja Account helps you being free on the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ninja Account
ดาวน์โหลดไฟล์ส่วนขยาย Ninja Account ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ninja Account enables quick, automatic and seamless subscription to various kind of websites. It handles generating various information (firstname, lastname, address...), a password and a temporary email address (to retrieve mails to confirm subscription). Once you have used the application to subscribe to a website, the account is persisted in local storage to enable future logging.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
คำอธิบาย | Ninja Account helps you being free on the web |
ขนาดไฟล์ | 1.21 MB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2017-08-25 |
วันที่เผยแพร่ | 2017-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | heyhothatiscool |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ninja Account", "description": "Ninja Account helps you being free on the web", "version": "0.0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ninja-content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "assets\/icon_16x16.png", "default_popup": "ninja.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |