Bleaner

This cool extension removes bloat for the page leading to a faster leaner browsing experience

Bleanerคืออะไร?

Bleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charlie.mack669 และคุณลักษณะหลักของมันคือ "This cool extension removes bloat for the page leading to a faster leaner browsing experience"

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

screenshot

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

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

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

                        Quickly remove all occurences of page bloat including Flash, Java, and iframes.                    

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

ชื่อ Bleaner Bleaner
ID lkadffjmnaiokkdncgdlecdegajoiemi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bleaner/lkadffjmnaiokkdncgdlecdegajoiemi
คำอธิบาย This cool extension removes bloat for the page leading to a faster leaner browsing experience
ขนาดไฟล์ 23.37 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-03-19
วันที่เผยแพร่ 2015-03-19
คะแนน 2.01/5 รวมทั้งหมด 110 คะแนน
ผู้พัฒนา charlie.mack669
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bleaner",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "This cool extension removes bloat for the page leading to a faster leaner browsing experience",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "tabs",
        "https:\/\/*\/*"
    ],
    "commands": {
        "Bleaner": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "Bleaner"
        }
    },
    "version": "0.1",
    "manifest_version": 2
}