Odometer for Chrome

Find out how far you can surf on the internet!

Wat is Odometer for Chrome?

Odometer for Chrome is een Chrome-extensie ontwikkeld door https://mustafaacer.com, en de belangrijkste functie is "Find out how far you can surf on the internet!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Odometer for Chrome

Download Odometer for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Can you reach the end of the internets?

Find out how far you can surf with this extension!                    

Basisinformatie over de Extensie

Naam Odometer for Chrome Odometer for Chrome
ID bfolnijgmljfkghieepigohlhcmkecbl
Officiële URL https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl
Beschrijving Find out how far you can surf on the internet!
Bestandsgrootte 167 KB
Aantal Installaties 30
Huidige Versie 1.2
Laatst Bijgewerkt 2014-01-07
Publicatiedatum 2014-01-07
Beoordeling 4.71/5 Totaal 14 Beoordelingen
Ontwikkelaar https://mustafaacer.com
Betalingswijze free
Ondersteunde Talen 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
}