FocusManga
Adds diashow function to online manga sites.
FocusMangaとは何ですか?
FocusMangaはshyluxによって開発されたChromeの拡張機能で、その主な機能は「Adds diashow function to online manga sites.」です。
拡張機能のスクリーンショット
FocusManga拡張機能のCRXファイルをダウンロード
FocusManga拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds diashow function to online manga sites. Also offers an offline version where you can view local files. I support most big sites. A full list can be found here: https://github.com/shylux/FocusManga#supported-sites (i am not allowed to list them here since this would be considered spam) Your hoster is not on the list? Contact me and i will add him!
拡張機能の基本情報
名前 | |
ID | dcbijlajpaaohliimbnjifkhnebmbhfk |
公式URL | https://chromewebstore.google.com/detail/focusmanga/dcbijlajpaaohliimbnjifkhnebmbhfk |
説明 | Adds diashow function to online manga sites. |
ファイルサイズ | 234 KB |
インストール数 | 473 |
現在のバージョン | 1.11.0 |
最終更新日 | 2023-11-27 |
公開日 | 2020-01-31 |
評価 | 3.95/5 合計 20 レビュー |
開発者 | shylux |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/shylux/FocusManga |
ヘルプページのURL | https://github.com/shylux/FocusManga/issues/new |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FocusManga", "version": "1.11.0", "manifest_version": 3, "description": "Adds diashow function to online manga sites.", "icons": { "128": "img\/icon128.png" }, "permissions": [ "storage", "activeTab", "downloads" ], "host_permissions": [ "*:\/\/*.onepiece-tube.com\/*", "*:\/\/*.naruto-tube.org\/*", "*:\/\/*.fairytail-tube.org\/*", "*:\/\/*.bato.to\/*", "*:\/\/*.fanfox.net\/manga\/*", "*:\/\/*.mangareader.cc\/*\/*", "*:\/\/*.readms.net\/*", "*:\/\/*.mangaeden.com\/*", "*:\/\/*.perveden.com\/*", "*:\/\/*.mangahere.cc\/manga\/*", "*:\/\/*.hbrowse.com\/*", "*:\/\/*.fakku.net\/*", "*:\/\/*.manga-tube.me\/series\/*", "*:\/\/e-hentai.org\/*", "*:\/\/exhentai.org\/*", "*:\/\/nhentai.net\/g\/*\/*", "*:\/\/*.pururin.io\/*", "*:\/\/*.luscious.net\/*", "*:\/\/*.mangapark.net\/*", "*:\/\/hitomi.la\/reader\/*" ], "options_page": "options.html", "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Start\/Stop FocusManga", "default_icon": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.onepiece-tube.com\/*", "*:\/\/*.naruto-tube.org\/*", "*:\/\/*.fairytail-tube.org\/*", "*:\/\/*.bato.to\/*", "*:\/\/*.fanfox.net\/manga\/*", "*:\/\/*.mangareader.cc\/*\/*", "*:\/\/*.mangahere.cc\/manga\/*", "*:\/\/*.fakku.net\/*", "*:\/\/*.manga-tube.me\/series\/*\/read\/*", "*:\/\/e-hentai.org\/*", "*:\/\/exhentai.org\/*", "*:\/\/nhentai.net\/g\/*\/*", "*:\/\/*.luscious.net\/*", "*:\/\/hitomi.la\/reader\/*" ], "js": [ "lib\/jquery.js", "lib\/naturalsort.js", "timer.js", "option_storage.js", "focus.js", "hoster.js", "online.js", "cleanup.js" ], "css": [ "css\/hide.css", "css\/focus.css" ] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "HISTORY.txt" ], "matches": [ "*:\/\/*\/*" ] } ] } |