AltYes

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

Qu'est-ce que AltYes ?

AltYes est une extension Chrome développée par altyesdev, et sa fonction principale est "Share and monetize your experiences on many social media networks including the Hive chain.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AltYes

Téléchargez les fichiers d'extension AltYes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AltYes AltYes
ID aofmfleojhjengpmmmiopbofddlkokdb
URL Officiel https://chromewebstore.google.com/detail/altyes/aofmfleojhjengpmmmiopbofddlkokdb
Description Share and monetize your experiences on many social media networks including the Hive chain.
Taille du Fichier 1.94 MB
Nombre d'Installations 45
Version Actuelle 1.2.5
Dernière Mise à Jour 2021-01-02
Date de Publication 2020-04-09
Évaluation 5.00/5 Total 6 Évaluations
Développeur altyesdev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.fullalt.com
URL de la Page d'Aide https://www.fullalt.com
Langues Prises en Charge 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
}