Fake YT Views

Boost your views and likes

Cos'è Fake YT Views?

Fake YT Views è un'estensione di Chrome sviluppata da baabullah, e la sua funzione principale è "Boost your views and likes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fake YT Views

Scarica i file di estensione Fake YT Views 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

                        Magically boost and increase any Youtube video views to millions along with abundant of likes.                    

Informazioni di Base sull'Estensione

Nome Fake YT Views Fake YT Views
ID hkkjhlpemikgmjimfcheaglhdpbeljlo
URL Ufficiale https://chromewebstore.google.com/detail/fake-yt-views/hkkjhlpemikgmjimfcheaglhdpbeljlo
Descrizione Boost your views and likes
Dimensione del File 57.24 KB
Conteggio Installazioni 14
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-07-18
Data di Pubblicazione 2022-07-18
Sviluppatore baabullah
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake YT Views",
    "description": "Boost your views and likes",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "jquery-3.6.0.min.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}