Anilist Twist Extension
Buttons that take you to Twist.moe appear under your watching anime
Anilist Twist Extensionคืออะไร?
Anilist Twist Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zubatomic Inc. และคุณลักษณะหลักของมันคือ "Buttons that take you to Twist.moe appear under your watching anime"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anilist Twist Extension
ดาวน์โหลดไฟล์ส่วนขยาย Anilist Twist Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds buttons to anilist that take you to Twist.meo, which appear under you watching anime.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Anilist Twist Extension |
ID | cpkfaldoicjlebbeimdpknjabclgkjgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anilist-twist-extension/cpkfaldoicjlebbeimdpknjabclgkjgg |
คำอธิบาย | Buttons that take you to Twist.moe appear under your watching anime |
ขนาดไฟล์ | 72.27 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2020-06-21 |
วันที่เผยแพร่ | 2020-06-20 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Zubatomic Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://zerosimple.net/projects/AnilistExtension/ |
URL หน้าช่วยเหลือ | https://zerosimple.net/projects/AnilistExtension/ |
URL หน้านโยบายความเป็นส่วนตัว | http://zubatomic.com/privacyPolicy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anilist Twist Extension", "version": "2.1", "description": "Buttons that take you to Twist.moe appear under your watching anime", "permissions": [ "declarativeContent", "https:\/\/anilist.co\/home" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/anilist.co\/home" ], "js": [ "jquery.js", "injection\/main.js" ], "css": [ "injection\/main.css" ], "run_at": "document_idle" } ], "manifest_version": 2 } |