Hypefury

Hypefury extension

Cos'è Hypefury?

Hypefury è un'estensione di Chrome sviluppata da hypefury, e la sua funzione principale è "Hypefury extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hypefury

Scarica i file di estensione Hypefury in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome Hypefury Hypefury
ID eoobmkmdlgpnpegpccclfjbedcpkmdmi
URL Ufficiale https://chromewebstore.google.com/detail/hypefury/eoobmkmdlgpnpegpccclfjbedcpkmdmi
Descrizione Hypefury extension
Dimensione del File 260 KB
Conteggio Installazioni 346
Versione Corrente 2.2.8
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2022-04-08
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore hypefury
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}