Manga Spread Merger
A browser extension that helps manga readers join/merge two-page spreads into one in websites that don't do that.
What is Manga Spread Merger?
Manga Spread Merger is a Chrome extension developed by dauom, and its main feature is "A browser extension that helps manga readers join/merge two-page spreads into one in websites that don't do that.".
Extension Screenshots
Download Manga Spread Merger Extension CRX File
Download Manga Spread Merger 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
Ctrl+Shift+Click the image (manga page) you want to be merged with the next. Supported website so far: - Mangaplus (vertical reader mode)
Extension Basic Information
Name | Manga Spread Merger |
ID | hkddkbehbmgfdmeecdcichigngnagmkn |
Official URL | https://chromewebstore.google.com/detail/manga-spread-merger/hkddkbehbmgfdmeecdcichigngnagmkn |
Description | A browser extension that helps manga readers join/merge two-page spreads into one in websites that don't do that. |
File Size | 27.63 KB |
Installation Count | 51 |
Current Version | 0.0.1 |
Last Updated | 2021-04-12 |
Publish Date | 2021-04-12 |
Developer | dauom |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dauom/manga-spread-merger-ext |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Manga Spread Merger", "version": "0.0.1", "description": "A browser extension that helps manga readers join\/merge two-page spreads into one in websites that don't do that.", "icons": { "16": "images\/ext_icon\/merge16.png", "32": "images\/ext_icon\/merge32.png", "48": "images\/ext_icon\/merge48.png", "128": "images\/ext_icon\/merge128.png" }, "content_scripts": [ { "matches": [ "http:\/\/mangaplus.shueisha.co.jp\/viewer\/*", "https:\/\/mangaplus.shueisha.co.jp\/viewer\/*" ], "js": [ "src\/contentscript.js" ] } ], "background": { "scripts": [ "src\/background.js" ] } } |