Anime Title Finder

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

Vad är Anime Title Finder?

Anime Title Finder är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension was created by Ninio and is used to get anime titles".

Tilläggsskärmbilder

screenshot

Ladda ner Anime Title Finder-förlängningens CRX-fil

Ladda ner Anime Title Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Anime Title Finder Anime Title Finder
ID khfebfoahkoachidlegdhbmdfceakcfm
Officiell webbadress https://chromewebstore.google.com/detail/anime-title-finder/khfebfoahkoachidlegdhbmdfceakcfm
Beskrivning This extension was created by Ninio and is used to get anime titles
Filstorlek 154 KB
Antal Installationer 20
Aktuell Version 1.0
Senast Uppdaterad 2019-05-10
Publiceringsdatum 2019-05-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}