Odometer for Chrome
Find out how far you can surf on the internet!
Cos'è Odometer for Chrome?
Odometer for Chrome è un'estensione di Chrome sviluppata da https://mustafaacer.com, e la sua funzione principale è "Find out how far you can surf on the internet!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Odometer for Chrome
Scarica i file di estensione Odometer for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Can you reach the end of the internets? Find out how far you can surf with this extension!
Informazioni di Base sull'Estensione
Nome | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
URL Ufficiale | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
Descrizione | Find out how far you can surf on the internet! |
Dimensione del File | 167 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-01-07 |
Data di Pubblicazione | 2014-01-07 |
Valutazione | 4.71/5 Totale 14 Valutazioni |
Sviluppatore | https://mustafaacer.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |