Net Usage Item
Internet Usage extension for Google Chrome
Net Usage Item क्या है?
Net Usage Item https://netusage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Internet Usage extension for Google Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Net Usage Item एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | jhpcpakpimadnpalbfjcnaloaekhljog |
आधिकारिक URL | 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:\/\/*\/" ] } |