SmmBox is a tool for SMM
SmmBox is the quickest tool that will help to fill a group of popular content.
Hvad er SmmBox is a tool for SMM?
SmmBox is a tool for SMM er en Chrome-udvidelse udviklet af https://smmbox.com, og dens hovedfunktion er "SmmBox is the quickest tool that will help to fill a group of popular content.".
Udvidelsesskærmbilleder
Download SmmBox is a tool for SMM-udvidelses-CRX-fil
Download SmmBox is a tool for SMM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
SmmBox - упростит добавление информации в ваши паблики в несколько раз. Вы можете моментально скопировать любой понравившийся пост в свой паблик или запланировать его на удобное время.
Так же вы можете наложить водяные знаки на все ваши изображения в автоматическом режиме.
У вас будет возможность так же быстро добавлять информацию в паблики с любой странички в интернете.
SmmBox - это простой способ наполнить ваши группы интересным контентом! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dagflnpdebeejnminpgebkallhcgeklm |
| Officiel URL | https://chromewebstore.google.com/detail/smmbox-is-a-tool-for-smm/dagflnpdebeejnminpgebkallhcgeklm |
| Beskrivelse | SmmBox is the quickest tool that will help to fill a group of popular content. |
| Filstørrelse | 9.1 MB |
| Antal Installationer | 12,295 |
| Nuværende Version | 5.6.12 |
| Senest Opdateret | 2024-02-12 |
| Udgivelsesdato | 2020-06-23 |
| Bedømmelse | 4.19/5 Samlet 75 Bedømmelser |
| Udvikler | https://smmbox.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://smmbox.com/privacy.php |
| Understøttede Sprog | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extension_name__",
"version": "5.6.12",
"default_locale": "ru",
"description": "__MSG_extension_description__",
"permissions": [
"contextMenus",
"tabs",
"storage",
"webRequest",
"cookies",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/smmbox.com\/"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "toolbar_popup.html"
},
"background": {
"service_worker": "data\/build\/main.min.js"
},
"web_accessible_resources": [
{
"resources": [
"smmbox.html",
"_locales\/ru\/messages.json",
"_locales\/en\/messages.json",
"selector.html"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "tiktok",
"enabled": true,
"path": "data\/rules_resources\/tiktok.json"
}
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"data\/build\/prep-plugins.min.js",
"data\/build\/prep.min.js"
],
"css": [
"data\/build\/prep.min.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/t.me\/*"
],
"js": [
"data\/build\/prep-plugins.min.js",
"data\/build\/prep.min.js"
],
"css": [
"data\/build\/prep.min.css"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/cards-frame.twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"data\/build\/prep-plugins.min.js",
"data\/build\/prep.min.js"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"*:\/\/www.avito.ru\/*",
"*:\/\/avito.ru\/*"
],
"css": [
"data\/css\/avito.css"
]
},
{
"matches": [
"*:\/\/ok.ru\/*",
"*:\/\/odnoklassniki.ru\/*"
],
"css": [
"data\/css\/ok.css"
]
},
{
"matches": [
"*:\/\/vk.com\/*"
],
"css": [
"data\/css\/vk.css"
]
},
{
"matches": [
"*:\/\/www.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"css": [
"data\/css\/fb.css"
]
},
{
"matches": [
"*:\/\/www.tumblr.com\/*",
"*:\/\/tumblr.com\/*"
],
"css": [
"data\/css\/tr.css"
]
},
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*"
],
"css": [
"data\/css\/tw.css"
]
},
{
"matches": [
"*:\/\/pikabu.ru\/*"
],
"css": [
"data\/css\/pikabu.css"
]
},
{
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"css": [
"data\/css\/instagram.css"
]
},
{
"matches": [
"*:\/\/*.aliexpress.com\/*"
],
"css": [
"data\/css\/aliexpress.css"
]
},
{
"matches": [
"*:\/\/guggy.com\/*"
],
"css": [
"data\/css\/guggy.css"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |