Anichinu

Watching anime & Waifu made easier

Anichinu란 무엇입니까?

Anichinu은(는) jawhawk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watching anime & Waifu made easier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Anichinu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}