Pony Sticker
Pony Sticker by Yt Programm and MLP Remix for VK.
Cos'è Pony Sticker?
Pony Sticker è un'estensione di Chrome sviluppata da PcSdk, e la sua funzione principale è "Pony Sticker by Yt Programm and MLP Remix for VK.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pony Sticker
Scarica i file di estensione Pony Sticker 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
C помощью этого расширения вы сможете прикреплять смайлы различных персонажей прямо Вконтакте! Informazioni di Base sull'Estensione
| Nome | |
| ID | hichnafpbddnfabcffneeeneihijibeo |
| URL Ufficiale | https://chromewebstore.google.com/detail/pony-sticker/hichnafpbddnfabcffneeeneihijibeo |
| Descrizione | Pony Sticker by Yt Programm and MLP Remix for VK. |
| Dimensione del File | 1.15 MB |
| Conteggio Installazioni | 149 |
| Versione Corrente | 1.0.2.3 |
| Ultimo Aggiornamento | 2021-10-05 |
| Data di Pubblicazione | 2020-02-23 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | PcSdk |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://vk.com/topic-133996271_37057475 |
| Lingue Supportate | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "PcSdk",
"browser_action": {
"default_icon": {
"19": "\/images\/icon19.png",
"38": "\/images\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438"
},
"content_scripts": [
{
"js": [
"axios.min.js",
"vk.js"
],
"matches": [
"http:\/\/login.vk.com\/*",
"https:\/\/vk.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"vk_token.js"
],
"matches": [
"https:\/\/api.vk.com\/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"error.js"
],
"matches": [
"https:\/\/api.vk.com\/*"
],
"run_at": "document_end"
}
],
"default_locale": "ru",
"description": "__MSG_extensionDescription__",
"icons": {
"128": "\/images\/icon128.png",
"32": "\/images\/icon32.png",
"64": "\/images\/icon64.png"
},
"manifest_version": 2,
"name": "__MSG_extensionName__",
"options_page": "options.html",
"permissions": [
"storage",
"unlimitedStorage"
],
"version": "1.0.2.3"
} | |