Net Usage Item

Internet Usage extension for Google Chrome

什麼是Net Usage Item?

Net Usage Item是由https://netusage.com開發的Chrome擴展程式,該擴展的主要功能是“Internet Usage extension for Google Chrome”。

擴展截圖

screenshot
screenshot

下載Net Usage Item擴展crx文件

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

擴展使用說明

                        Net Usage is a widget that lets you know how much of your internet usage quota you have left. It mainly supports Australian ISPs where often you are limited by how much you download each month. This extension works by automatically logging in to your ISP's usage page and extracting your monthly usage information. You will need to supply the username and password to your ISPs web portal. See the netusage website for full list of supported ISPs.

Permissions Explanations:

* Your data on all websites
Needed to fetch/scrape usage information from your ISP's website.

* Your tabs and browsing activity
Needed to open a new tab to display your ISP's usage page (for the open ISP page option).                    

擴展基本資訊

名稱 Net Usage Item Net Usage Item
ID jhpcpakpimadnpalbfjcnaloaekhljog
官方網址 https://chromewebstore.google.com/detail/net-usage-item/jhpcpakpimadnpalbfjcnaloaekhljog
簡介 Internet Usage extension for Google Chrome
檔案大小 562 KB
安裝次數 2,528
目前版本 2.1.5
更新時間 2018-01-04
上架時間 2018-01-04
評分 4.00/5 共 246 次評分
開發者 https://netusage.com
付費類型 free
擴展官網 https://netusage.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Net Usage Item",
    "short_name": "Net Usage",
    "version": "2.1.5",
    "icons": {
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "description": "Internet Usage extension for Google Chrome",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Net Usage Item",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "app.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ],
        "content_security_policy": "sandbox allow-scripts"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}