SHub - Chống phát hiện chuyển tab

Chống phát hiện chuyển tab, thu nhỏ màn hình

What is SHub - Chống phát hiện chuyển tab?

SHub - Chống phát hiện chuyển tab is a Chrome extension developed by Truong Fi, and its main feature is "Chống phát hiện chuyển tab, thu nhỏ màn hình".

Extension Screenshots

screenshot

Download SHub - Chống phát hiện chuyển tab Extension CRX File

Download SHub - Chống phát hiện chuyển tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chức năng:
Chống theo dõi, phát hiện chuyển tab, thu nhỏ màn hình khi làm bài tập SHub.edu.vn

Mã lớp để test: QCHHI                    

Extension Basic Information

Name SHub - Chống phát hiện chuyển tab SHub - Chống phát hiện chuyển tab
ID oacaomhbohgijfoljedffolkejbcegjg
Official URL https://chromewebstore.google.com/detail/shub-ch%E1%BB%91ng-ph%C3%A1t-hi%E1%BB%87n-chuy/oacaomhbohgijfoljedffolkejbcegjg
Description Chống phát hiện chuyển tab, thu nhỏ màn hình
File Size 7.34 KB
Installation Count 4,034
Current Version 1.0.0
Last Updated 2021-12-18
Publish Date 2021-09-02
Rating 4.77/5 Total 47 Ratings
Developer Truong Fi
Email [email protected]
Payment Type free
Help Page URL https://fb.com/messages/t/hi.tri
Privacy Policy Page URL https://page.quizpoly.xyz/privacy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SHub - Ch\u1ed1ng ph\u00e1t hi\u1ec7n chuy\u1ec3n tab",
    "description": "Ch\u1ed1ng ph\u00e1t hi\u1ec7n chuy\u1ec3n tab, thu nh\u1ecf m\u00e0n h\u00ecnh",
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shub.edu.vn\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inject.js"
            ]
        }
    ],
    "version": "1.0.0",
    "author": "fb.com\/hi.trfi",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject_script.js"
            ],
            "matches": [
                "https:\/\/shub.edu.vn\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/shub.edu.vn\/*"
    ]
}