AltYes

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

Cos'è AltYes?

AltYes è un'estensione di Chrome sviluppata da altyesdev, e la sua funzione principale è "Share and monetize your experiences on many social media networks including the Hive chain.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AltYes

Scarica i file di estensione AltYes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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".                    

Informazioni di Base sull'Estensione

Nome AltYes AltYes
ID aofmfleojhjengpmmmiopbofddlkokdb
URL Ufficiale https://chromewebstore.google.com/detail/altyes/aofmfleojhjengpmmmiopbofddlkokdb
Descrizione Share and monetize your experiences on many social media networks including the Hive chain.
Dimensione del File 1.94 MB
Conteggio Installazioni 45
Versione Corrente 1.2.5
Ultimo Aggiornamento 2021-01-02
Data di Pubblicazione 2020-04-09
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore altyesdev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fullalt.com
URL della Pagina di Aiuto https://www.fullalt.com
Lingue Supportate 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
}