Rural Broadband Simulator
This extension will simulate a slow internet connection.
Rural Broadband Simulator क्या है?
Rural Broadband Simulator Griffith Baker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will simulate a slow internet connection."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rural Broadband Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The FCC recently filed a "notice of proposed rulemaking" to include mobile broadband in the broadband standard, increasing the amount of rural area served but effectively lowering the minimum broadband speed to 10 Mbps/1 Mbps from its original 25 Mbps/3 Mbps. To demonstrate the possible impact of allowing mobile broadband to serve as "adequate broadband," this extension will help simulate a slow (rural) internet connection. Check out the source code on GitHub: https://github.com/PostsDesert/RuralBroadbandSimulator
एक्सटेंशन की मूल जानकारी
नाम | Rural Broadband Simulator |
ID | dinlajfddccafgpcjeialjbgdohihedo |
आधिकारिक URL | https://chromewebstore.google.com/detail/rural-broadband-simulator/dinlajfddccafgpcjeialjbgdohihedo |
विवरण | This extension will simulate a slow internet connection. |
फ़ाइल का आकार | 887 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-01-23 |
प्रकाशन तिथि | 2019-01-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Griffith Baker |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rural Broadband Simulator", "description": "This extension will simulate a slow internet connection.", "version": "1.0.1", "browser_action": { "default_icon": "icons\/icon-16.png", "default_popup": "html\/popup.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "debugger", "tabs", " |