Latest Fox Business Videos

See the latest and most popular news.

Latest Fox Business Videosคืออะไร?

Latest Fox Business Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.supernewsworld.com และคุณลักษณะหลักของมันคือ "See the latest and most popular news."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest Fox Business Videos

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

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

                        See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.                    

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

ชื่อ Latest Fox Business Videos Latest Fox Business Videos
ID ckgchililjdlmimnephkoccldaacoecn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn
คำอธิบาย See the latest and most popular news.
ขนาดไฟล์ 477 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2018-10-05
วันที่เผยแพร่ 2018-10-05
ผู้พัฒนา http://www.supernewsworld.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest Fox Business Videos",
    "version": "1.1.8",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}