Latest ABC News Videos

See the latest and most popular news.

什麼是Latest ABC News Videos?

Latest ABC News Videos是由http://www.supernewsworld.com開發的Chrome擴展程式,該擴展的主要功能是“See the latest and most popular news.”。

擴展截圖

screenshot

下載Latest ABC News Videos擴展crx文件

下載Latest ABC News Videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        See the latest and most popular ABC News Video. 

View the Latest News Videos Daily. 

Free-to-watch videos daily in just 1-Click. Addon uses 3rd party site (www.supernewsworld.com) for operation.                    

擴展基本資訊

名稱 Latest ABC News Videos Latest ABC News Videos
ID gjcamlmokpocickdijmmcflfdahallfe
官方網址 https://chrome.google.com/webstore/detail/latest-abc-news-videos/gjcamlmokpocickdijmmcflfdahallfe
簡介 See the latest and most popular news.
檔案大小 66.91 KB
安裝次數 231
目前版本 1.1.8
更新時間 2018-10-19
上架時間 2018-10-19
開發者 http://www.supernewsworld.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest ABC News Videos",
    "version": "1.1.8",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.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
    }
}