Anilist Twist Extension
Buttons that take you to Twist.moe appear under your watching anime
什么是Anilist Twist Extension?
Anilist Twist Extension是由Zubatomic Inc.开发的Chrome扩展程序,该扩展的主要功能是“Buttons that take you to Twist.moe appear under your watching anime”。
扩展截图
下载Anilist Twist Extension扩展crx文件
下载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 } |