ACT Usage
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
ACT Usage क्या है?
ACT Usage jaseemabid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ACT Usage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
एक्सटेंशन की मूल जानकारी
नाम | ACT Usage |
ID | cfanmbkddfjaimhbcloeggalmachfgbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi |
विवरण | Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. |
फ़ाइल का आकार | 200 KB |
स्थापना संख्या | 250 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2015-01-05 |
प्रकाशन तिथि | 2015-01-05 |
रेटिंग | 2.93/5 कुल 15 रेटिंग्स |
डेवलपर | jaseemabid |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jaseemabid/act-chrome-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ACT Usage", "description": "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.", "version": "1.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/portal.acttv.in\/" ], "icons": { "128": "act_128.png", "48": "act_48.png", "16": "act_16.png" }, "author": "Anenth & Mrinmoy", "browser_action": { "default_icon": "act_48.png", "default_title": "See your current ACT Broadband usage", "default_popup": "popup.html" } } |