4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
What is 4chan Tools?
4chan Tools is a Chrome extension developed by loges.rolf, and its main feature is "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".
Extension Screenshots
Download 4chan Tools Extension CRX File
Download 4chan Tools 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
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all Images (only images, no text, in full resolution)
Extension Basic Information
Name | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
Official URL | https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp |
Description | Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all… |
File Size | 74.95 KB |
Installation Count | 97 |
Current Version | 1.0 |
Last Updated | 2015-10-24 |
Publish Date | 2015-10-24 |
Rating | 2.00/5 Total 1 Ratings |
Developer | loges.rolf |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "4chan Tools", "version": "1.0", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon48.png", "default_title": "4chan Tools", "default_popup": "popup\/default.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "300": "img\/icon300.png" }, "web_accessible_resources": [ "img\/*.png" ] } |