Anichinu

Watching anime & Waifu made easier

什么是Anichinu?

Anichinu是由jawhawk开发的Chrome扩展程序,该扩展的主要功能是“Watching anime & Waifu made easier”。

扩展截图

screenshot
screenshot
screenshot

下载Anichinu扩展crx文件

下载Anichinu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Watch your favorite anime, recently released anime episodes & Waifus in one click.
What else do you need !

How to Use:
1) Click on the settings icon for UI preferences.
2) Search Anime names in the search bar.
3) Click on right side middle floating arrow for recent Episodes section.
4) Select Category on the Home page for background Images.
5) Add icons for your saved links.
6) Background changes when the page is refreshed.

Note: Background includes both SFW / NSFW Images.
Key for NSFW: 36116158234121

Ping to [email protected] for bugs & suggestions.                    

扩展基本信息

名称 Anichinu Anichinu
ID bempahanfbelceikgbhicebchefdlpog
官方URL https://chrome.google.com/webstore/detail/anichinu/bempahanfbelceikgbhicebchefdlpog
简介 Watching anime & Waifu made easier
文件大小 774 KB
安装次数 226
当前版本 2.21
更新时间 2024-01-13
上架时间 2022-06-08
评分 5.00/5 共7次评分
开发者 jawhawk
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://drive.google.com/file/d/1UiuZg_-fa_NjwmCy-PzVlTznCgLM0S86/view?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Watching anime & Waifu made easier",
    "version": "2.21",
    "manifest_version": 3,
    "__firefox|opera|edge__manifest_version": 2,
    "name": "Anichinu",
    "icons": {
        "16": "girl2.png",
        "32": "girl2.png",
        "48": "girl2.png",
        "128": "girl2.png"
    },
    "homepage_url": "https:\/\/github.com\/Jawhawk\/Anichinu",
    "short_name": "Anichinu",
    "__dev__content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "__prod__content_security_policy": "script-src 'self'; object-src 'self'",
    "__chrome|firefox__author": "Chinmay Joshi aka Jawhawk ",
    "__firefox__applications": {
        "gecko": {
            "id": "{754FB1AD-CC3B-4856-B6A0-7786F8CA9D17}",
            "strict_min_version": "52.0"
        }
    },
    "__firefox__browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "girl2.png",
            "32": "girl2.png",
            "48": "girl2.png",
            "128": "girl2.png"
        },
        "default_title": "Anichinu",
        "__chrome|opera__chrome_style": false,
        "__firefox__browser_style": false
    },
    "__chrome__action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "girl2.png",
            "32": "girl2.png",
            "48": "girl2.png",
            "128": "girl2.png"
        },
        "default_title": "Home | Anichinu",
        "__chrome|opera__chrome_style": false,
        "__firefox__browser_style": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "__chrome__content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    }
}