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
Cos'è SHub - Chống phát hiện chuyển tab?
SHub - Chống phát hiện chuyển tab è un'estensione di Chrome sviluppata da Truong Fi, e la sua funzione principale è "Chống phát hiện chuyển tab, thu nhỏ màn hình".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SHub - Chống phát hiện chuyển tab
Scarica i file di estensione SHub - Chống phát hiện chuyển tab 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oacaomhbohgijfoljedffolkejbcegjg |
| URL Ufficiale | https://chromewebstore.google.com/detail/shub-ch%E1%BB%91ng-ph%C3%A1t-hi%E1%BB%87n-chuy/oacaomhbohgijfoljedffolkejbcegjg |
| Descrizione | Chống phát hiện chuyển tab, thu nhỏ màn hình |
| Dimensione del File | 7.34 KB |
| Conteggio Installazioni | 4,034 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-12-18 |
| Data di Pubblicazione | 2021-09-02 |
| Valutazione | 4.77/5 Totale 47 Valutazioni |
| Sviluppatore | Truong Fi |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://fb.com/messages/t/hi.tri |
| URL della Pagina della Politica sulla Privacy | https://page.quizpoly.xyz/privacy |
| Lingue Supportate | 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\/*"
]
} | |