StipsX

StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.

O que é StipsX?

StipsX é uma extensão do Chrome desenvolvida por StipsX, e sua principal característica é "StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão StipsX

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

                        StipsX הוא תוסף הנועד לספק הרחבה למראה הנוכחי של אתר סטיפס על ידי הוספת ערכות נושא חדשות, מצב כהה ואנימציות.                    

Informações Básicas da Extensão

Nome StipsX StipsX
ID aahjankbmcmbolobdconlbmgfddcjhjo
URL Oficial https://chromewebstore.google.com/detail/stipsx/aahjankbmcmbolobdconlbmgfddcjhjo
Descrição StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.
Tamanho do Arquivo 69.8 KB
Contagem de Instalações 88
Versão Atual 0.0.3 BETA
Última Atualização 2021-10-03
Data de Publicação 2021-09-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor StipsX
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://docs.google.com/forms/d/e/1FAIpQLSd_zSVerON66tvLSTAlIR0e-ueA4y4V5ueBOxb20sVwD8wTwQ/viewform
Idiomas Suportados iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StipsX",
    "description": "StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.",
    "author": "ShefelV",
    "version": "0.0.3",
    "version_name": "0.0.3 BETA",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/stips.co.il\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stips.co.il\/*"
            ],
            "css": [
                "styles\/themes\/default-palette.css"
            ],
            "js": [
                "scripts\/utils.js",
                "scripts\/stips.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon\/icon16.png",
            "24": "\/images\/icon\/icon24.png",
            "32": "\/images\/icon\/icon32.png",
            "48": "\/images\/icon\/icon48.png",
            "128": "\/images\/icon\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon\/icon16.png",
        "24": "\/images\/icon\/icon24.png",
        "32": "\/images\/icon\/icon32.png",
        "48": "\/images\/icon\/icon48.png",
        "128": "\/images\/icon\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/themes\/dark.css",
                "styles\/themes\/bright.css",
                "scripts\/utils.js",
                "styles\/themes\/disable-animations.css",
                "palettes.json"
            ],
            "matches": [
                "https:\/\/stips.co.il\/*"
            ]
        }
    ]
}