Latest BBC News Videos

See the latest and most popular news.

Latest BBC News Videos là gì?

Latest BBC News Videos là một tiện ích mở rộng Chrome được phát triển bởi http://www.supernewsworld.com, và tính năng chính của nó là "See the latest and most popular news.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Latest BBC News Videos

Tải xuống các tệp mở rộng Latest BBC News Videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        See the latest and most popular BBC News Videos View the Latest British Broadcasting Corporation (BBC) Videos Daily. Free-to-watch videos daily in just 1-Click.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Latest BBC News Videos Latest BBC News Videos
ID napilkfbakomcoaojhpbncnpiocohdip
URL Chính Thức https://chrome.google.com/webstore/detail/latest-bbc-news-videos/napilkfbakomcoaojhpbncnpiocohdip
Mô tả See the latest and most popular news.
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 555
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2018-09-16
Ngày Phát Hành 2018-09-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.supernewsworld.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest BBC News 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
    }
}