CsgoBLOCKS modifications
Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile
CsgoBLOCKS modifications क्या है?
CsgoBLOCKS modifications Tom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CsgoBLOCKS modifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Nothing to do with csgoblocks. Features: > Withdrawal tab price checker (USD only) > Automatically win giveaways > No wait to see which block wins on BlockSelector > No wait to see winner on BlockFaces > No wait to see winner on BlocksVersus > Fullscreen chat > View any user's profile > Reconnect to API without reloading page > View youtube videos in page > Store more chat messages > Prevent chat being cleared > Blocks auto-invest Comments: - Outdated screenshots
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ffgkhikhijimhbmjkbfcchjlgdlfccmb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/csgoblocks-modifications/ffgkhikhijimhbmjkbfcchjlgdlfccmb |
विवरण | Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile |
फ़ाइल का आकार | 37.38 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 4 |
अंतिम अपडेट | 2018-02-19 |
प्रकाशन तिथि | 2018-02-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Tom |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://discord.gg/QQQBJtC |
सहायता पृष्ठ URL | https://discord.gg/QQQBJtC |
गोपनीयता नीति पृष्ठ URL | https://github.com/Douile/Chrome-Audio-Visualizer/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "Tom", "version": "4", "icons": { "64": "icon64.png", "128": "icon128.png" }, "background": { "page": "\/pages\/background.html", "persistent": true }, "options_ui": { "page": "\/pages\/options.html", "chrome_style": true, "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/csgoblocks.com\/*" ], "js": [ "\/js\/inject.js" ] } ], "browser_action": { "default_icon": { "64": "icon64.png", "128": "icon128.png" }, "default_title": "CSGOBlocks MODS", "default_popup": "\/pages\/popup.html" }, "web_accessible_resources": [ "\/js\/page.js", "\/css\/fs.css", "\/css\/page.css" ], "externally_connectable": { "matches": [ "*:\/\/csgoblocks.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' blob: chrome-extension-resource: https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com ; object-src 'self'", "permissions": [ "contextMenus", "storage" ] } |