4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
Wat is 4chan Tools?
4chan Tools is een Chrome-extensie ontwikkeld door loges.rolf, en de belangrijkste functie is "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".
Extensie Screenshots
Download het CRX-bestand van de extensie 4chan Tools
Download 4chan Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
Officiële URL | https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp |
Beschrijving | Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all… |
Bestandsgrootte | 74.95 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-10-24 |
Publicatiedatum | 2015-10-24 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | loges.rolf |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |