Rightmove Improver
This extension adds maximum internet speed to the page on rightmove
ما هو Rightmove Improver؟
Rightmove Improver هو إضافة Chrome تم تطويرها بواسطة https://newbury.me، والميزة الرئيسية لها هي "This extension adds maximum internet speed to the page on rightmove".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rightmove Improver
قم بتنزيل ملفات الامتداد Rightmove Improver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |