4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
Apa itu 4chan Tools?
4chan Tools adalah ekstensi Chrome yang dikembangkan oleh loges.rolf, dan fitur utamanya adalah "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 4chan Tools
Unduh file ekstensi 4chan Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
URL Resmi | https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp |
Deskripsi | Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all… |
Ukuran File | 74.95 KB |
Jumlah Instalasi | 97 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-10-24 |
Tanggal Publikasi | 2015-10-24 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | loges.rolf |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |