Speed Tweaks

Speed up your browser with few tweaks via toolbar popup!

Speed Tweaksคืออะไร?

Speed Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Speed up your browser with few tweaks via toolbar popup!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Tweaks

ดาวน์โหลดไฟล์ส่วนขยาย Speed Tweaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Speed Tweaks is an addon that helps you speed up your browser by using a few different tweaks. Simply open the toolbar popup and mark the desired item(s). Please note that none of the tweaks are selected by default.

Currently, there are 7 tweaks available for this addon:
1. Blocking most common ads.
2. DNS pre-fetching.
3. Blocking images from loading.
4. Speed-up rendering on page-scroll.
5. Loading mobile version of sites.
6. Discarding all inactive tabs from memory.
7. Clearing the browser's cache.

Note 1: depending on your browser version and platform, this addon might behave differently.

Note 2: to report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/speed-tweaks.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Speed Tweaks Speed Tweaks
ID afebilemcaepdkmhmibgmnpfppnjimjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speed-tweaks/afebilemcaepdkmhmibgmnpfppnjimjf
คำอธิบาย Speed up your browser with few tweaks via toolbar popup!
ขนาดไฟล์ 50.57 KB
จำนวนการติดตั้ง 7,058
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2018-09-29
คะแนน 4.28/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Yubi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/speed-tweaks.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/speed-tweaks.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "name": "Speed Tweaks",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/speed-tweaks.html",
    "description": "Speed up your browser with few tweaks via toolbar popup!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/content_script\/tweaks\/scroll.js",
                "data\/content_script\/tweaks\/scroll.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "privacy",
        "browsingData",
        "notifications",
        "declarativeNetRequest"
    ],
    "action": {
        "default_title": "Speed Tweaks",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}