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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}