Latest AP News Videos

See the latest and most popular news.

Latest AP News Videosとは何ですか?

Latest AP News Videosはhttp://www.supernewsworld.comによって開発されたChromeの拡張機能で、その主な機能は「See the latest and most popular news.」です。

拡張機能のスクリーンショット

screenshot

Latest AP News Videos拡張機能のCRXファイルをダウンロード

Latest AP News Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        See the latest and most popular AP News Videos View the Latest AP News (The Associated Press) Videos Daily. Free-to-watch videos daily in just 1-Click.                    

拡張機能の基本情報

名前 Latest AP News Videos Latest AP News Videos
ID mjmmccgbicimdmogglkhjjpaioeigcak
公式URL https://chrome.google.com/webstore/detail/latest-ap-news-videos/mjmmccgbicimdmogglkhjjpaioeigcak
説明 See the latest and most popular news.
ファイルサイズ 156 KB
インストール数 911
現在のバージョン 1.1.8
最終更新日 2018-09-12
公開日 2018-09-12
開発者 http://www.supernewsworld.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest AP 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
    }
}