Odometer for Chrome
Find out how far you can surf on the internet!
O que é Odometer for Chrome?
Odometer for Chrome é uma extensão do Chrome desenvolvida por https://mustafaacer.com, e sua principal característica é "Find out how far you can surf on the internet!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Odometer for Chrome
Baixe arquivos de extensão Odometer for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Can you reach the end of the internets? Find out how far you can surf with this extension!
Informações Básicas da Extensão
Nome | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
URL Oficial | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
Descrição | Find out how far you can surf on the internet! |
Tamanho do Arquivo | 167 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.2 |
Última Atualização | 2014-01-07 |
Data de Publicação | 2014-01-07 |
Classificação | 4.71/5 Total de 14 Avaliações |
Desenvolvedor | https://mustafaacer.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |