Roller

Send websites that you are surfing through to your friend's new tab.

O que é Roller?

Roller é uma extensão do Chrome desenvolvida por https://roller.works, e sua principal característica é "Send websites that you are surfing through to your friend's new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Roller

Baixe arquivos de extensão Roller 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

                        With this extension, in every new Chrome tab you'll see websites that are sent to you from your friends.

For our privacy policy, visit: https://roller.works/privacy                    

Informações Básicas da Extensão

Nome Roller Roller
ID lnceokmndennnlhiohhnapcnkpknjmmn
URL Oficial https://chromewebstore.google.com/detail/roller/lnceokmndennnlhiohhnapcnkpknjmmn
Descrição Send websites that you are surfing through to your friend's new tab.
Tamanho do Arquivo 115 KB
Contagem de Instalações 96
Versão Atual 1.0.12
Última Atualização 2022-12-05
Data de Publicação 2022-11-08
Desenvolvedor https://roller.works
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.roller.works/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roller",
    "version": "1.0.12",
    "manifest_version": 3,
    "description": "Send websites that you are surfing through to your friend's new tab.",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "Roll this website or use Control + Cmd + R"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.f5fadd59.d9730a02.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/components\/content\/popup.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client.03cb0467.js",
                "assets\/content.tsx.f5fadd59.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "src\/components\/newtab\/newtab.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "windows": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R",
                "mac": "Ctrl+MacCtrl+R"
            }
        }
    }
}