Anime Title Finder

This extension was created by Ninio and is used to get anime titles

What is Anime Title Finder?

Anime Title Finder is a Chrome extension developed by Unknown, and its main feature is "This extension was created by Ninio and is used to get anime titles".

Extension Screenshots

screenshot

Download Anime Title Finder Extension CRX File

Download Anime Title Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension uses Kitsu.io api. 
You can use this extension to get the japanese title of an anime by searching with the english title, or vice versa.                    

Extension Basic Information

Name Anime Title Finder Anime Title Finder
ID khfebfoahkoachidlegdhbmdfceakcfm
Official URL https://chromewebstore.google.com/detail/anime-title-finder/khfebfoahkoachidlegdhbmdfceakcfm
Description This extension was created by Ninio and is used to get anime titles
File Size 154 KB
Installation Count 20
Current Version 1.0
Last Updated 2019-05-10
Publish Date 2019-05-10
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anime Title Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This extension was created by Ninio and is used to get anime titles",
    "homepage_url": "http:\/\/www.Ninio.eu",
    "icons": {
        "48": "icons\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/bg\/background.html",
        "default_icon": "icons\/icon.png"
    }
}