AltYes

Share and monetize your experiences on many social media networks including the Hive chain.

O que é AltYes?

AltYes é uma extensão do Chrome desenvolvida por altyesdev, e sua principal característica é "Share and monetize your experiences on many social media networks including the Hive chain.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AltYes

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

                        AltYes - Share your experiences and monetize them.

AltYes makes it possible for you to share things on various social networks, including Hive giving you the ability to obtain some 'crpyto' without having to know all the ins and outs of programming. A user friendly, simple and straight forward extension to help you grow and potentially earn some extra income for doing what you already do online by sharing your life, expertise and experiences with the world.

FULLALT.com - "www is our niche".                    

Informações Básicas da Extensão

Nome AltYes AltYes
ID aofmfleojhjengpmmmiopbofddlkokdb
URL Oficial https://chromewebstore.google.com/detail/altyes/aofmfleojhjengpmmmiopbofddlkokdb
Descrição Share and monetize your experiences on many social media networks including the Hive chain.
Tamanho do Arquivo 1.94 MB
Contagem de Instalações 45
Versão Atual 1.2.5
Última Atualização 2021-01-02
Data de Publicação 2020-04-09
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor altyesdev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.fullalt.com
URL da Página de Ajuda https://www.fullalt.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AltYes",
    "short_name": "AltYes",
    "version": "1.2.5",
    "icons": {
        "16": "assets\/imgs\/icon16.png",
        "48": "assets\/imgs\/icon48-2.png",
        "128": "assets\/imgs\/icon128.png"
    },
    "description": "Share and monetize your experiences on many social media networks including the Hive chain.",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "AltYes extension",
        "default_icon": {
            "48": "assets\/imgs\/icon48-2.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/hive.blog\/*"
            ],
            "js": [
                "contentPage.js"
            ],
            "css": [
                "contentStyle.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "injectHiveblog.js"
    ],
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": false
}