Odometer for Chrome
Find out how far you can surf on the internet!
What is Odometer for Chrome?
Odometer for Chrome is a Chrome extension developed by https://mustafaacer.com, and its main feature is "Find out how far you can surf on the internet!".
Extension Screenshots
Download Odometer for Chrome Extension CRX File
Download Odometer for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Can you reach the end of the internets? Find out how far you can surf with this extension!
Extension Basic Information
Name | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
Official URL | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
Description | Find out how far you can surf on the internet! |
File Size | 167 KB |
Installation Count | 30 |
Current Version | 1.2 |
Last Updated | 2014-01-07 |
Publish Date | 2014-01-07 |
Rating | 4.71/5 Total 14 Ratings |
Developer | https://mustafaacer.com |
Payment Type | free |
Supported Languages | 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 } |