MyAnimeList-AnimeFLV link
Go directly to AnimeFLV from MyAnimeList!
MyAnimeList-AnimeFLV linkとは何ですか?
MyAnimeList-AnimeFLV linkはdriesによって開発されたChromeの拡張機能で、その主な機能は「Go directly to AnimeFLV from MyAnimeList!」です。
拡張機能のスクリーンショット
MyAnimeList-AnimeFLV link拡張機能のCRXファイルをダウンロード
MyAnimeList-AnimeFLV link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | MyAnimeList-AnimeFLV link |
ID | gklifkmbpacjmgachgjepglfkomdepfi |
公式URL | https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi |
説明 | Go directly to AnimeFLV from MyAnimeList! |
ファイルサイズ | 62.63 KB |
インストール数 | 59 |
現在のバージョン | 1.0 |
最終更新日 | 2022-07-13 |
公開日 | 2022-07-12 |
開発者 | dries |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.driescode.dev/legal.html |
対応言語 | 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" ] } |