Fake YT Views
Boost your views and likes
Fake YT Views क्या है?
Fake YT Views baabullah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your views and likes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fake YT Views एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Magically boost and increase any Youtube video views to millions along with abundant of likes.
एक्सटेंशन की मूल जानकारी
नाम | Fake YT Views |
ID | hkkjhlpemikgmjimfcheaglhdpbeljlo |
आधिकारिक URL | https://chromewebstore.google.com/detail/fake-yt-views/hkkjhlpemikgmjimfcheaglhdpbeljlo |
विवरण | Boost your views and likes |
फ़ाइल का आकार | 57.24 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-07-18 |
प्रकाशन तिथि | 2022-07-18 |
डेवलपर | baabullah |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |