4chan Archive Image Viewer
Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.
什么是4chan Archive Image Viewer?
4chan Archive Image Viewer是由abe546开发的Chrome扩展程序,该扩展的主要功能是“Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.”。
扩展截图
下载4chan Archive Image Viewer扩展crx文件
下载4chan Archive Image Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An in page overlay used for viewing a thread images easily, and without tab hassle. Uses the default archive site for 4chan at the moment, https://archived.moe, which is utilized by 4chanX. Speaking of 4chanX, this app is essentially a lower-level version of that for the archive site. Note : Due to cloudfront policy, not able to use traditional /b/ archive. Will reroute any expired 4chan thread from the default archive site : archive.moe to thebarchive.com since it allows for grabbing images from the source and displaying in page.
扩展基本信息
名称 | 4chan Archive Image Viewer |
ID | bkbjcfmpkcnaeccagaakcohlddjlkhlf |
官方URL | https://chromewebstore.google.com/detail/4chan-archive-image-viewe/bkbjcfmpkcnaeccagaakcohlddjlkhlf |
简介 | Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab. |
文件大小 | 278 KB |
安装次数 | 318 |
当前版本 | 1.0.3 |
更新时间 | 2023-12-04 |
上架时间 | 2018-10-06 |
评分 | 2.00/5 共1次评分 |
开发者 | abe546 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "4chan Archive Image Viewer", "version": "1.0.3", "description": "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.", "content_scripts": [ { "matches": [ "https:\/\/archived.moe\/*", "https:\/\/thebarchive.com\/*", "https:\/\/archive.wakarimasen.moe\/*", "https:\/\/desuarchive.org\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/popup.js" ], "comment": "BE VERY CAREFUL WITH PLACEMENT OF EXTERNAL FILES. JQUERY MUST BE LOADED BEFORE ANY OTHER JS SO IT MUST BE IN FIRST INDEX", "css": [ "layout\/layout.css" ] } ] } |