Social Media Time Tracker

Display analytics for time spent for particular social media platform.

O que é Social Media Time Tracker?

Social Media Time Tracker é uma extensão do Chrome desenvolvida por Samuel Sau, e sua principal característica é "Display analytics for time spent for particular social media platform.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Social Media Time Tracker

Baixe arquivos de extensão Social Media Time Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Introducing the Social Media Time Tracker - the ultimate tool for managing your time on social media. With this extension, you'll never lose track of how long you're spending on your favorite social media websites. It tracks your time spent on each website and displays it in a clear, easy-to-read pie chart, so you can quickly see where your time is going.

Our extension also provides detailed data analytics, so you can see exactly how much time you're spending on each URL. This information can help you identify patterns in your browsing habits and make adjustments to better manage your time.

With Social Media Time Tracker, you'll be able to:

-Track your time spent on social media websites
-See a pie chart of the time spent on each website
-View detailed data analytics for each URL
-Identify patterns in your browsing habits
-Make adjustments to better manage your time
-Press the reset button to clear all the time spent

Don't let social media consume all your time, install Social Media Time Tracker today and take control of your online habits!                    

Informações Básicas da Extensão

Nome Social Media Time Tracker Social Media Time Tracker
ID ilolkfjmigedbcblikaagapglehddcka
URL Oficial https://chromewebstore.google.com/detail/social-media-time-tracker/ilolkfjmigedbcblikaagapglehddcka
Descrição Display analytics for time spent for particular social media platform.
Tamanho do Arquivo 19.08 KB
Contagem de Instalações 21
Versão Atual 0.0.0.1
Última Atualização 2023-01-17
Data de Publicação 2023-01-17
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor Samuel Sau
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Media Time Tracker",
    "description": "Display analytics for time spent for particular social media platform.",
    "version": "0.0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/www.whatsapp.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.snapchat.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Display analytics",
        "default_popup": "popup.html"
    }
}