4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
Qu'est-ce que 4chan Tools ?
4chan Tools est une extension Chrome développée par loges.rolf, et sa fonction principale est "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4chan Tools
Téléchargez les fichiers d'extension 4chan Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
URL Officiel | 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… |
Taille du Fichier | 74.95 KB |
Nombre d'Installations | 97 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-10-24 |
Date de Publication | 2015-10-24 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | loges.rolf |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |