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
Eメール [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
}