AltYes

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

什么是AltYes?

AltYes是由altyesdev开发的Chrome扩展程序,该扩展的主要功能是“Share and monetize your experiences on many social media networks including the Hive chain.”。

扩展截图

screenshot

下载AltYes扩展crx文件

下载AltYes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AltYes AltYes
ID aofmfleojhjengpmmmiopbofddlkokdb
官方URL https://chromewebstore.google.com/detail/altyes/aofmfleojhjengpmmmiopbofddlkokdb
简介 Share and monetize your experiences on many social media networks including the Hive chain.
文件大小 1.94 MB
安装次数 45
当前版本 1.2.5
更新时间 2021-01-02
上架时间 2020-04-09
评分 5.00/5 共6次评分
开发者 altyesdev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.fullalt.com
帮助页面URL https://www.fullalt.com
支持的语言 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
}