MyAnimeList-AnimeFLV link
Go directly to AnimeFLV from MyAnimeList!
What is MyAnimeList-AnimeFLV link?
MyAnimeList-AnimeFLV link is a Chrome extension developed by dries, and its main feature is "Go directly to AnimeFLV from MyAnimeList!".
Extension Screenshots
Download MyAnimeList-AnimeFLV link Extension CRX File
Download MyAnimeList-AnimeFLV link 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
Ever thought it is extremely boring to manually browse AnimeFLV for the anime you just saw in MyAnimeList? With this simple extension you will be able to go directly to the AnimeFLV page of the anime you are browsing in MyAnimeList, just with a simple click.
Extension Basic Information
Name | MyAnimeList-AnimeFLV link |
ID | gklifkmbpacjmgachgjepglfkomdepfi |
Official URL | https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi |
Description | Go directly to AnimeFLV from MyAnimeList! |
File Size | 62.63 KB |
Installation Count | 59 |
Current Version | 1.0 |
Last Updated | 2022-07-13 |
Publish Date | 2022-07-12 |
Developer | dries |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.driescode.dev/legal.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyAnimeList-AnimeFLV link", "description": "Go directly to AnimeFLV from MyAnimeList!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/myanimelist.net\/anime\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "tabs" ] } |