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
Vad är SHub - Chống phát hiện chuyển tab?
SHub - Chống phát hiện chuyển tab är en Chrome-tillägg utvecklad av Truong Fi, och dess huvudfunktion är "Chống phát hiện chuyển tab, thu nhỏ màn hình".
Tilläggsskärmbilder
Ladda ner SHub - Chống phát hiện chuyển tab-förlängningens CRX-fil
Ladda ner SHub - Chống phát hiện chuyển tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | oacaomhbohgijfoljedffolkejbcegjg |
| Officiell webbadress | https://chromewebstore.google.com/detail/shub-ch%E1%BB%91ng-ph%C3%A1t-hi%E1%BB%87n-chuy/oacaomhbohgijfoljedffolkejbcegjg |
| Beskrivning | Chống phát hiện chuyển tab, thu nhỏ màn hình |
| Filstorlek | 7.34 KB |
| Antal Installationer | 4,034 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-12-18 |
| Publiceringsdatum | 2021-09-02 |
| Betyg | 4.77/5 Totalt 47 Betyg |
| Utvecklare | Truong Fi |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://fb.com/messages/t/hi.tri |
| URL till Sekretesspolicy Sidan | https://page.quizpoly.xyz/privacy |
| Stödda Språk | 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\/*"
]
} | |