Anichinu

Watching anime & Waifu made easier

Cos'è Anichinu?

Anichinu è un'estensione di Chrome sviluppata da jawhawk, e la sua funzione principale è "Watching anime & Waifu made easier".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anichinu

Scarica i file di estensione Anichinu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Anichinu Anichinu
ID bempahanfbelceikgbhicebchefdlpog
URL Ufficiale https://chrome.google.com/webstore/detail/anichinu/bempahanfbelceikgbhicebchefdlpog
Descrizione Watching anime & Waifu made easier
Dimensione del File 774 KB
Conteggio Installazioni 226
Versione Corrente 2.21
Ultimo Aggiornamento 2024-01-13
Data di Pubblicazione 2022-06-08
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore jawhawk
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://drive.google.com/file/d/1UiuZg_-fa_NjwmCy-PzVlTznCgLM0S86/view?usp=sharing
Lingue Supportate 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'"
    }
}