AltYes

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

Was ist AltYes?

AltYes ist eine Chrome-Erweiterung, die von altyesdev entwickelt wurde, und ihr Hauptmerkmal ist "Share and monetize your experiences on many social media networks including the Hive chain.".

Erweiterungsscreenshots

screenshot

AltYes-Erweiterungs-CRX-Datei herunterladen

Laden Sie AltYes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name AltYes AltYes
ID aofmfleojhjengpmmmiopbofddlkokdb
Offizielle URL https://chromewebstore.google.com/detail/altyes/aofmfleojhjengpmmmiopbofddlkokdb
Beschreibung Share and monetize your experiences on many social media networks including the Hive chain.
Dateigröße 1.94 MB
Installationsanzahl 45
Aktuelle Version 1.2.5
Letztes Update 2021-01-02
Veröffentlichungsdatum 2020-04-09
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler altyesdev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fullalt.com
Hilfeseite URL https://www.fullalt.com
Unterstützte Sprachen 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
}