Odometer for Chrome
Find out how far you can surf on the internet!
Qu'est-ce que Odometer for Chrome ?
Odometer for Chrome est une extension Chrome développée par https://mustafaacer.com, et sa fonction principale est "Find out how far you can surf on the internet!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Odometer for Chrome
Téléchargez les fichiers d'extension Odometer for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Can you reach the end of the internets? Find out how far you can surf with this extension!
Informations de Base sur l'Extension
Nom | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
URL Officiel | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
Description | Find out how far you can surf on the internet! |
Taille du Fichier | 167 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-01-07 |
Date de Publication | 2014-01-07 |
Évaluation | 4.71/5 Total 14 Évaluations |
Développeur | https://mustafaacer.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |