Odometer for Chrome
Find out how far you can surf on the internet!
Co to jest Odometer for Chrome?
Odometer for Chrome to rozszerzenie Chrome opracowane przez https://mustafaacer.com, a jego główną funkcją jest „Find out how far you can surf on the internet!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Odometer for Chrome
Pobierz pliki rozszerzeń Odometer for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Can you reach the end of the internets? Find out how far you can surf with this extension!
Podstawowe informacje o rozszerzeniu
Nazwa | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
Oficjalny URL | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
Opis | Find out how far you can surf on the internet! |
Rozmiar pliku | 167 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-01-07 |
Data Publikacji | 2014-01-07 |
Ocena | 4.71/5 Łącznie 14 Oceny |
Deweloper | https://mustafaacer.com |
Typ Płatności | free |
Obsługiwane Języki | 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 } |