time tracker for facebook

This extension tracks how much time you have wasted on facebook.

Cos'è time tracker for facebook?

time tracker for facebook è un'estensione di Chrome sviluppata da Tim Coy, e la sua funzione principale è "This extension tracks how much time you have wasted on facebook.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione time tracker for facebook

Scarica i file di estensione time tracker for facebook 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

                        Note: This is a third-party extension that is not made or maintained by facebook inc.

User Data Disclaimer: This extension collects information about how long you are on facebook.  This data is collected locally and stored using chrome.storage in order to sync data across all of your devices.  This data is not shared with the developer, third-parties, or any other individuals.                    

Informazioni di Base sull'Estensione

Nome time tracker for facebook time tracker for facebook
ID jjfdmgfcjjpalinpmfgkpjlhhelndhhh
URL Ufficiale https://chromewebstore.google.com/detail/time-tracker-for-facebook/jjfdmgfcjjpalinpmfgkpjlhhelndhhh
Descrizione This extension tracks how much time you have wasted on facebook.
Dimensione del File 20.88 KB
Conteggio Installazioni 172
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-17
Data di Pubblicazione 2016-04-17
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore Tim Coy
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "time tracker for facebook",
    "description": "This extension tracks how much time you have wasted on facebook.",
    "version": "1.0",
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "functions.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}