Hypefury

Hypefury extension

Hypefury란 무엇입니까?

Hypefury은(는) hypefury에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hypefury extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hypefury 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your personal assistant to grow & monetize your Twitter audience , by using this extension you will be able to : 

- bookmark any tweet for a future usage ! 
- schedule your future tweets on twitter !                    

확장 프로그램 기본 정보

이름 Hypefury Hypefury
ID eoobmkmdlgpnpegpccclfjbedcpkmdmi
공식 URL https://chromewebstore.google.com/detail/hypefury/eoobmkmdlgpnpegpccclfjbedcpkmdmi
설명 Hypefury extension
파일 크기 260 KB
설치 횟수 346
현재 버전 2.2.8
최근 업데이트 2023-08-25
출시 날짜 2022-04-08
평점 4.83/5 총 6 개의 평점
개발자 hypefury
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hypefury",
    "description": "Hypefury extension",
    "version": "2.2.8",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "icon-16.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/app.hypefury.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/api.twitter.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.hypefury.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.js.757158f1.9a92bb31.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "assets\/toast.dd52cffd.css",
                "assets\/content.js.c3438241.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.settings.js.54a989ef.89552ad8.js"
            ],
            "matches": [
                "https:\/\/app.hypefury.com\/*"
            ],
            "css": [
                "assets\/toast.dd52cffd.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/content-scripts\/content.css",
                "icon-128.png",
                "user.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/RoundedButton.cb296bca.js",
                "assets\/sidebarApi.8906ecc4.js",
                "assets\/constants.3a5dfc2a.js",
                "assets\/auth.75ca5567.js",
                "assets\/toast.5caace9a.js",
                "assets\/content.js.757158f1.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/app.hypefury.com\/*"
            ],
            "resources": [
                "assets\/toast.5caace9a.js",
                "assets\/constants.3a5dfc2a.js",
                "assets\/settings.js.54a989ef.js"
            ],
            "use_dynamic_url": true
        }
    ]
}