Learn Japanese through Anime
A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!
What is Learn Japanese through Anime?
Learn Japanese through Anime is a Chrome extension developed by http://akirademy.com, and its main feature is "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!".
Extension Screenshots
Download Learn Japanese through Anime Extension CRX File
Download Learn Japanese through Anime 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
Extension Basic Information
Name | |
ID | peikageomjildgajjhcjfcmdjddoklak |
Official URL | https://chrome.google.com/webstore/detail/learn-japanese-through-an/peikageomjildgajjhcjfcmdjddoklak |
Description | A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy! |
File Size | 28.59 MB |
Installation Count | 665 |
Current Version | 1.2.5 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.74/5 Total 232 Ratings |
Developer | http://akirademy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://akirademy.com |
Help Page URL | https://akirademy.com |
Privacy Policy Page URL | https://akira.edu.vn |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "akira.js" ] }, "browser_action": { "default_title": "Learn Japanese through Anime" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google.com; object-src https:\/\/ssl.google-analytics.com https:\/\/www.google.com 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "description": "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!", "icons": { "128": "images\/akirademy-128.png", "16": "images\/akirademy-16.png" }, "manifest_version": 2, "name": "Learn Japanese through Anime", "offline_enabled": true, "web_accessible_resources": [ "images\/word\/*.png" ], "permissions": [ "tabs", "geolocation", "unlimitedStorage", "history", "topSites", "https:\/\/*\/*", "notifications", "storage", "gcm" ], "short_name": "Learn Japanese through Anime", "version": "1.2.5" } |