4chan Expand Images
Easily expand images in 4chan
What is 4chan Expand Images?
4chan Expand Images is a Chrome extension developed by alexiszam, and its main feature is "Easily expand images in 4chan".
Extension Screenshots
Download 4chan Expand Images Extension CRX File
Download 4chan Expand Images 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
Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand!
Extension Basic Information
Name | 4chan Expand Images |
ID | fkkiappinjfoifojbgbfgcnibfjffphk |
Official URL | https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk |
Description | Easily expand images in 4chan |
File Size | 33.64 KB |
Installation Count | 3,046 |
Current Version | 1.0.0 |
Last Updated | 2021-01-07 |
Publish Date | 2020-12-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | alexiszam |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AlexisZam/4chan-expand-images |
Help Page URL | https://github.com/AlexisZam/4chan-expand-images/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Easily expand images in 4chan", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "4chan Expand Images", "permissions": [ "activeTab", "contextMenus" ], "version": "1.0.0" } |