Mangastream Full Chapter Loader
This is a script that will load all the pages of a chapter instead of one page when reading a manga at Mangastream - no more…
Mangastream Full Chapter Loader란 무엇입니까?
Mangastream Full Chapter Loader은(는) hourglasseye에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a script that will load all the pages of a chapter instead of one page when reading a manga at Mangastream - no more…"입니다.
Mangastream Full Chapter Loader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a script that will load all the pages of a chapter instead of one page when reading a manga at Mangastream - no more clicking "next", just scroll down! Update notes: * 1.9 - Removed the feature where even the ads are stripped from the page, just to be fair to Mangastream. * 1.8 - Added more URL matches
확장 프로그램 기본 정보
이름 | ![]() |
ID | gblfgoppjdndpbndeondapihbagniipj |
공식 URL | https://chrome.google.com/webstore/detail/mangastream-full-chapter/gblfgoppjdndpbndeondapihbagniipj |
설명 | This is a script that will load all the pages of a chapter instead of one page when reading a manga at Mangastream - no more… |
파일 크기 | 4.6 KB |
설치 횟수 | 113 |
현재 버전 | 1.9.1 |
최근 업데이트 | 2017-12-09 |
출시 날짜 | 2017-12-09 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | hourglasseye |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [], "js": [ "script.js" ], "matches": [ "https:\/\/www.mangastream.com\/r\/*\/*\/*\/*", "http:\/\/www.mangastream.com\/r\/*\/*\/*\/*", "https:\/\/mangastream.com\/r\/*\/*\/*\/*", "http:\/\/mangastream.com\/r\/*\/*\/*\/*", "https:\/\/www.readms.net\/r\/*\/*\/*\/*", "http:\/\/www.readms.net\/r\/*\/*\/*\/*", "https:\/\/readms.net\/r\/*\/*\/*\/*", "http:\/\/readms.net\/r\/*\/*\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4brJjkgh8UpJ6QQwMf\/jpXgewdAe8quFF94pkpakhG0hHY7\/QDl+g6YYhrd2SOifM+uJy46A3bX5J6zLMqQE2Nac9xxsMiRuaDOebT06ojT9jGKdNVK97NZIbhJsOjUkPUMA4h4Rm\/XjHalNrUvdOZMawbLylOo6xy4hfM+sISdROOkpuUUuVn8k9QtY\/ubyGKYyyqwRmn4wkXvs1Ksi1LIk5GFPUF22ZdeNmwzmEvsjEc6joWNDaRyiskh10H8R1VwY5mVpZ1+WpDZS6LywUf8Wgw4qqHR35QtimqP4Q5tD+o+IycBxh8WpXLfoaVBpCqeH++eK5\/vbIocUIcrmpwIDAQAB", "manifest_version": 2, "name": "Mangastream Full Chapter Loader", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9.1" } |