WebTrafficLight

Dhakacom WebTrafficLight adds a strong and non-intrusive layer of security to your browsing experience

WebTrafficLightคืออะไร?

WebTrafficLight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dhakacomlimited และคุณลักษณะหลักของมันคือ "Dhakacom WebTrafficLight adds a strong and non-intrusive layer of security to your browsing experience"

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

screenshot

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

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

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

                        Dhakacom WebTrafficLight is the best way to a completely secure Web browsing experience.

It is a free cross-browser add-on that intercepts, processes, and filters all Web traffic, blocking any malicious content and taking browser security to new levels.                    

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

ชื่อ WebTrafficLight WebTrafficLight
ID pegnmiglpeadljagdpnbhfhllhkpgeop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webtrafficlight/pegnmiglpeadljagdpnbhfhllhkpgeop
คำอธิบาย Dhakacom WebTrafficLight adds a strong and non-intrusive layer of security to your browsing experience
ขนาดไฟล์ 874 KB
จำนวนการติดตั้ง 703
เวอร์ชันปัจจุบัน 0.2.18
อัปเดตครั้งล่าสุด 2014-07-27
วันที่เผยแพร่ 2014-07-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dhakacomlimited
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebTrafficLight",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "0.2.18",
    "description": "__MSG_extName__",
    "icons": {
        "16": "img\/context_menu_icon.png",
        "128": "img\/tll_logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "settingsPage\/settings.html",
    "browser_action": {
        "default_icon": "img\/Ico_Bar_Green.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "css": [
                "img\/bd_tll_style.css"
            ],
            "js": [
                "tll_consts.js",
                "aph.js",
                "search_analyzer.js",
                "utils.js",
                "bd_tll_facebook_scan.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "https:\/\/nimbus.bitdefender.net\/*",
        "http:\/\/track.trafficlight.bitdefender.com\/browsersec\/*"
    ],
    "web_accessible_resources": [
        "style.css",
        "img\/alert_red.png",
        "img\/alert_separator.png",
        "img\/alert_stop.png",
        "img\/arrow.png",
        "img\/bd_tll_style.css",
        "img\/bg_alert.png",
        "img\/bg_alerts.png",
        "img\/bg_bottom_alert.png",
        "img\/bg_center_alert.png",
        "img\/bg_no_trackers.png",
        "img\/bg_set.png",
        "img\/bg_top_alert.png",
        "img\/big_picture.png",
        "img\/big_separator.png",
        "img\/Button.png",
        "img\/button_green.png",
        "img\/button_green_hover.png",
        "img\/button_hover.png",
        "img\/close.png",
        "img\/collapsed.png",
        "img\/container_bottom.png",
        "img\/container_repeat.png",
        "img\/container_top.png",
        "img\/context_menu_icon.png",
        "img\/down_Maximized.png",
        "img\/down_minimized.png",
        "img\/error.png",
        "img\/expanded.png",
        "img\/expaned.png",
        "img\/FB_BD_Cancel.png",
        "img\/FB_BD_Logo_Chrome.png",
        "img\/FB_BD_Logo_Firefox.png",
        "img\/FB_BD_Logo_Safari.png",
        "img\/FB_BD_Logo_Safego.png",
        "img\/FB_BD_OK.png",
        "img\/FB_SD_Delete.png",
        "img\/FB_SD_Ignore.png",
        "img\/FB_SD_Logo.png",
        "img\/feedback_button.png",
        "img\/feedback_button_hover.png",
        "img\/feedback_close.png",
        "img\/feedback_lightbox_header.png",
        "img\/feedback_o_layer.png",
        "img\/fraud_style.css",
        "img\/Ico_Bar_Disabled.png",
        "img\/Ico_Bar_Green.png",
        "img\/Ico_Bar_Not_Protected.png",
        "img\/Ico_Bar_Red.png",
        "img\/Ico_Bar_Yellow.png",
        "img\/icon_alert.png",
        "img\/icon_critical.png",
        "img\/icon_done.png",
        "img\/lightbox_close.png",
        "img\/lightbox_header.png",
        "img\/NOK_Symbol.png",
        "img\/nok_tooltip.png",
        "img\/ok_tooltip.png",
        "img\/separator.png",
        "img\/tll_logo.png",
        "img\/tll_logo_64.png",
        "img\/toast_style.css",
        "img\/trackers_icon.png",
        "img\/UP_maximized.png",
        "img\/Up_minimized.png",
        "img\/wait.gif",
        "img\/warn_tooltip.png"
    ]
}