Latest ABC News Videos

See the latest and most popular news.

What is Latest ABC News Videos?

Latest ABC News Videos is a Chrome extension developed by http://www.supernewsworld.com, and its main feature is "See the latest and most popular news.".

Extension Screenshots

screenshot

Download Latest ABC News Videos Extension CRX File

Download Latest ABC News Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Latest ABC News Videos Latest ABC News Videos
ID gjcamlmokpocickdijmmcflfdahallfe
Official URL https://chrome.google.com/webstore/detail/latest-abc-news-videos/gjcamlmokpocickdijmmcflfdahallfe
Description See the latest and most popular news.
File Size 66.91 KB
Installation Count 231
Current Version 1.1.8
Last Updated 2018-10-19
Publish Date 2018-10-19
Developer http://www.supernewsworld.com
Email [email protected]
Payment Type free
Supported Languages 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
    }
}