Fake YT Views
Boost your views and likes
Wat is Fake YT Views?
Fake YT Views is een Chrome-extensie ontwikkeld door baabullah, en de belangrijkste functie is "Boost your views and likes".
Extensie Screenshots
Download het CRX-bestand van de extensie Fake YT Views
Download Fake YT Views-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Magically boost and increase any Youtube video views to millions along with abundant of likes.
Basisinformatie over de Extensie
Naam | Fake YT Views |
ID | hkkjhlpemikgmjimfcheaglhdpbeljlo |
Officiële URL | https://chromewebstore.google.com/detail/fake-yt-views/hkkjhlpemikgmjimfcheaglhdpbeljlo |
Beschrijving | Boost your views and likes |
Bestandsgrootte | 57.24 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-07-18 |
Publicatiedatum | 2022-07-18 |
Ontwikkelaar | baabullah |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |