4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
Vad är 4chan Tools?
4chan Tools är en Chrome-tillägg utvecklad av loges.rolf, och dess huvudfunktion är "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".
Tilläggsskärmbilder
Ladda ner 4chan Tools-förlängningens CRX-fil
Ladda ner 4chan Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
Officiell webbadress | https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp |
Beskrivning | Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all… |
Filstorlek | 74.95 KB |
Antal Installationer | 97 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-10-24 |
Publiceringsdatum | 2015-10-24 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | loges.rolf |
Betalningssätt | free |
Stödda Språk | 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" ] } |