Social Media Stopwatch

Timer for how long you spend on Social Media

O que é Social Media Stopwatch?

Social Media Stopwatch é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Timer for how long you spend on Social Media".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Social Media Stopwatch

Baixe arquivos de extensão Social Media Stopwatch 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

                        An extension meant to help you manage time spent on social media. Add timers manually when you want, or set URLs to have timers added automatically.

This extension allows you to set timers for every tab you have open. Choose the tab from the drop-down menu and input the time you want to create a timer. Once the timer is up, the the tab will open and send you an alert.

You can also set websites/specific URLs to have alarms created for them automatically. These can be set in the options page, accessed by right clicking on the extension icon.                    

Informações Básicas da Extensão

Nome Social Media Stopwatch Social Media Stopwatch
ID fahoaamoeaejjidplpjhgmaggphgnaig
URL Oficial https://chromewebstore.google.com/detail/social-media-stopwatch/fahoaamoeaejjidplpjhgmaggphgnaig
Descrição Timer for how long you spend on Social Media
Tamanho do Arquivo 79.21 KB
Contagem de Instalações 45
Versão Atual 1.0.0
Última Atualização 2019-03-26
Data de Publicação 2019-03-26
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Media Stopwatch",
    "version": "1.0.0",
    "description": "Timer for how long you spend on Social Media",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "alarms"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.3.1.min.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "images\/soc_stop128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/soc_stop16.png",
            "32": "images\/soc_stop32.png",
            "48": "images\/soc_stop48.png",
            "128": "images\/soc_stop128.png"
        },
        "icons": {
            "16": "images\/soc_stop16.png",
            "32": "images\/soc_stop32.png",
            "48": "images\/soc_stop48.png",
            "128": "images\/soc_stop128.png"
        }
    },
    "manifest_version": 2
}