Auto Golike Shopee Free - King Of Aov
Vui lòng xem kỹ video hướng dẫn trong kênh để ít bị lỗi - Ứng dụng phát triển bởi Youtube King Of AOV
Wat is Auto Golike Shopee Free - King Of Aov?
Auto Golike Shopee Free - King Of Aov is een Chrome-extensie ontwikkeld door open.ai.0911, en de belangrijkste functie is "Vui lòng xem kỹ video hướng dẫn trong kênh để ít bị lỗi - Ứng dụng phát triển bởi Youtube King Of AOV".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Golike Shopee Free - King Of Aov
Download Auto Golike Shopee Free - King Of Aov-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Ứng dụng của King Of Aov - Xem video trên kênh để biết cách sử dụng. Basisinformatie over de Extensie
| Naam | |
| ID | cjphgnmncgjollecackjpjfdbeechdhg |
| Officiële URL | https://chromewebstore.google.com/detail/auto-golike-shopee-free-k/cjphgnmncgjollecackjpjfdbeechdhg |
| Beschrijving | Vui lòng xem kỹ video hướng dẫn trong kênh để ít bị lỗi - Ứng dụng phát triển bởi Youtube King Of AOV |
| Bestandsgrootte | 153 KB |
| Aantal Installaties | 486 |
| Huidige Versie | 3.0.1 |
| Laatst Bijgewerkt | 2023-12-15 |
| Publicatiedatum | 2023-10-04 |
| Beoordeling | 3.75/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | open.ai.0911 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.youtube.com/@kingofaov1 |
| Help Pagina-URL | https://www.youtube.com/@kingofaov1 |
| URL van de Privacybeleid Pagina | https://thuongpro.name.vn/chinhsachbaomat.html |
| Ondersteunde Talen | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Golike Shopee Free - King Of Aov",
"version": "3.0.1",
"description": "Vui l\u00f2ng xem k\u1ef9 video h\u01b0\u1edbng d\u1eabn trong k\u00eanh \u0111\u1ec3 \u00edt b\u1ecb l\u1ed7i - \u1ee8ng d\u1ee5ng ph\u00e1t tri\u1ec3n b\u1edfi Youtube King Of AOV",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.golike.net\/jobs\/shopee*"
],
"js": [
"code_golike.js"
]
},
{
"matches": [
"https:\/\/app.golike.net\/*"
],
"js": [
"code_golike2.js"
]
},
{
"matches": [
"https:\/\/shopee.vn\/*"
],
"js": [
"code_shopee.js"
]
}
]
} | |