4chan Tools

Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…

ما هو 4chan Tools؟

4chan Tools هو إضافة Chrome تم تطويرها بواسطة loges.rolf، والميزة الرئيسية لها هي "Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 4chan Tools

قم بتنزيل ملفات الامتداد 4chan Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم 4chan Tools 4chan Tools
ID npfjigfafappjjdefjdhleaoapleajdp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp
الوصف Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
حجم الملف 74.95 KB
عدد التثبيتات 97
النسخة الحالية 1.0
آخر تحديث 2015-10-24
تاريخ النشر 2015-10-24
تقييم 2.00/5 مجموع تقييمات 1
المطور loges.rolf
نوع الدفع free
اللغات المدعومة 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"
    ]
}