Rightmove Improver
This extension adds maximum internet speed to the page on rightmove
Rightmove Improver क्या है?
Rightmove Improver https://newbury.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds maximum internet speed to the page on rightmove"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rightmove Improver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension add the maximum broadband speed to the page instead of having to go to another page. I created it because I was annoyed at having to navigate to another page to find the internet speed for the property I was viewing. It doesn't sound like much but it helped. I hope you find it useful.
एक्सटेंशन की मूल जानकारी
नाम | Rightmove Improver |
ID | klmjgkkbknbcllohenhldfgbbkjafmgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc |
विवरण | This extension adds maximum internet speed to the page on rightmove |
फ़ाइल का आकार | 5.35 KB |
स्थापना संख्या | 1,540 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2016-08-13 |
प्रकाशन तिथि | 2016-08-13 |
रेटिंग | 4.13/5 कुल 8 रेटिंग्स |
डेवलपर | https://newbury.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rightmove Improver", "short_name": "Rightmove Improver", "description": "This extension adds maximum internet speed to the page on rightmove", "version": "0.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "About" }, "content_scripts": [ { "matches": [ "*:\/\/*.rightmove.co.uk\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |