4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
¿Qué es 4chan Tools?
4chan Tools es una extensión de Chrome desarrollada por loges.rolf, y su función principal es "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 4chan Tools
Descarga archivos de extensión 4chan Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
URL Oficial | https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp |
Descripción | Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all… |
Tamaño del Archivo | 74.95 KB |
Cantidad de Instalaciones | 97 |
Versión Actual | 1.0 |
Última Actualización | 2015-10-24 |
Fecha de Publicación | 2015-10-24 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | loges.rolf |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |