Traffic Send

This is the official browser extension for http://trafficsend.com

Traffic Sendคืออะไร?

Traffic Send เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.trafficsend.com และคุณลักษณะหลักของมันคือ "This is the official browser extension for http://trafficsend.com"

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

screenshot

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

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

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

                        This extension is to be used trafficsend.com

When browsing on trafficsend.com this extension will disable all javascript alerts, prompts and popups so the user can surf automatically without any halting from JS.                    

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

ชื่อ Traffic Send Traffic Send
ID bebjbcnfopgamcfofcpfdadfmblijmie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/traffic-send/bebjbcnfopgamcfofcpfdadfmblijmie
คำอธิบาย This is the official browser extension for http://trafficsend.com
ขนาดไฟล์ 25.02 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-03-03
วันที่เผยแพร่ 2014-03-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.trafficsend.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Traffic Send",
    "description": "This is the official browser extension for http:\/\/trafficsend.com",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "no_alerts.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}