time tracker for reddit
This extension tracks how much time you have wasted on reddit.
Cos'è time tracker for reddit?
time tracker for reddit è un'estensione di Chrome sviluppata da Tim Coy, e la sua funzione principale è "This extension tracks how much time you have wasted on reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione time tracker for reddit
Scarica i file di estensione time tracker for reddit 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 reddit inc. User Data Disclaimer: This extension collects information about how long you are on reddit. 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 reddit |
ID | pdgbpkedemplniikdfmfaedehbonfhmb |
URL Ufficiale | https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb |
Descrizione | This extension tracks how much time you have wasted on reddit. |
Dimensione del File | 20.54 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-04-17 |
Data di Pubblicazione | 2016-04-17 |
Valutazione | 4.00/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 reddit", "description": "This extension tracks how much time you have wasted on reddit.", "version": "1.1", "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" } } |