Berti

Extensão Berti

What is Berti?

Berti is a Chrome extension developed by djalco, and its main feature is "Extensão Berti".

Extension Screenshots

screenshot
screenshot
screenshot

Download Berti Extension CRX File

Download Berti 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

                        5% de chance a cada página aberta de abrir uma nova aba e ir para o vídeo dos irmãos berti                    

Extension Basic Information

Name Berti Berti
ID hmloccjnnhpehmmplnnkeijjppppefkn
Official URL https://chromewebstore.google.com/detail/berti/hmloccjnnhpehmmplnnkeijjppppefkn
Description Extensão Berti
File Size 3.24 MB
Installation Count 12
Current Version 0.0.5
Last Updated 2019-11-20
Publish Date 2019-11-18
Rating 5.00/5 Total 2 Ratings
Developer djalco
Email ticarex@gmail.com
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.5",
    "name": "Berti",
    "description": "Extens\u00e3o Berti",
    "author": "Dj Alco",
    "browser_action": {
        "default_title": "Berti",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}