Pony Sticker
Pony Sticker by Yt Programm and MLP Remix for VK.
Wat is Pony Sticker?
Pony Sticker is een Chrome-extensie ontwikkeld door PcSdk, en de belangrijkste functie is "Pony Sticker by Yt Programm and MLP Remix for VK.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pony Sticker
Download Pony Sticker-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
C помощью этого расширения вы сможете прикреплять смайлы различных персонажей прямо Вконтакте! Basisinformatie over de Extensie
| Naam | |
| ID | hichnafpbddnfabcffneeeneihijibeo |
| Officiële URL | https://chromewebstore.google.com/detail/pony-sticker/hichnafpbddnfabcffneeeneihijibeo |
| Beschrijving | Pony Sticker by Yt Programm and MLP Remix for VK. |
| Bestandsgrootte | 1.15 MB |
| Aantal Installaties | 149 |
| Huidige Versie | 1.0.2.3 |
| Laatst Bijgewerkt | 2021-10-05 |
| Publicatiedatum | 2020-02-23 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | PcSdk |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://vk.com/topic-133996271_37057475 |
| Ondersteunde Talen | 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"
} | |