Odometer for Chrome
Find out how far you can surf on the internet!
ما هو Odometer for Chrome؟
Odometer for Chrome هو إضافة Chrome تم تطويرها بواسطة https://mustafaacer.com، والميزة الرئيسية لها هي "Find out how far you can surf on the internet!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Odometer for Chrome
قم بتنزيل ملفات الامتداد Odometer for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Can you reach the end of the internets? Find out how far you can surf with this extension!
معلومات أساسية عن التمديد
الاسم | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
الوصف | Find out how far you can surf on the internet! |
حجم الملف | 167 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-01-07 |
تاريخ النشر | 2014-01-07 |
تقييم | 4.71/5 مجموع تقييمات 14 |
المطور | https://mustafaacer.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon-19.png", "name": "Odometer for Chrome", "default_title": "Odometer for Chrome - Can you reach the end of the internets?", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "all_frames": true } ], "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "19": "icon-19.png" }, "description": "Find out how far you can surf on the internet!", "name": "Odometer for Chrome", "options_page": "options.html", "version": "1.2", "manifest_version": 2 } |