Se liga na Pausa !!!

Nunca mais estoure suas pausas !!

What is Se liga na Pausa !!!?

Se liga na Pausa !!! is a Chrome extension developed by wamaral03, and its main feature is "Nunca mais estoure suas pausas !!".

Extension Screenshots

screenshot

Download Se liga na Pausa !!! Extension CRX File

Download Se liga na Pausa !!! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Nunca mais perca uma pausa !!! :)                    

Extension Basic Information

Name Se liga na Pausa !!! Se liga na Pausa !!!
ID bdakjnmdoemdnkeemkbdgdoeflfmpjif
Official URL https://chromewebstore.google.com/detail/se-liga-na-pausa/bdakjnmdoemdnkeemkbdgdoeflfmpjif
Description Nunca mais estoure suas pausas !!
File Size 185 KB
Installation Count 234
Current Version 1.1
Last Updated 2018-03-14
Publish Date 2018-03-13
Rating 5.00/5 Total 1 Ratings
Developer wamaral03
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": " Se liga na Pausa !!! ",
    "description": "Nunca mais estoure suas pausas !!",
    "version": "1.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Contador de pausas!!"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}