Anilist Twist Extension
Buttons that take you to Twist.moe appear under your watching anime
Anilist Twist Extension là gì?
Anilist Twist Extension là một tiện ích mở rộng Chrome được phát triển bởi Zubatomic Inc., và tính năng chính của nó là "Buttons that take you to Twist.moe appear under your watching anime".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anilist Twist Extension
Tải xuống các tệp mở rộng Anilist Twist Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds buttons to anilist that take you to Twist.meo, which appear under you watching anime.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Anilist Twist Extension |
ID | cpkfaldoicjlebbeimdpknjabclgkjgg |
URL Chính Thức | https://chromewebstore.google.com/detail/anilist-twist-extension/cpkfaldoicjlebbeimdpknjabclgkjgg |
Mô tả | Buttons that take you to Twist.moe appear under your watching anime |
Kích Thước Tệp | 72.27 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2020-06-21 |
Ngày Phát Hành | 2020-06-20 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Zubatomic Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zerosimple.net/projects/AnilistExtension/ |
URL Trang Trợ Giúp | https://zerosimple.net/projects/AnilistExtension/ |
URL Trang Chính Sách Bảo Mật | http://zubatomic.com/privacyPolicy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |