VK gif autoplay
Automatically starts playing back all gifs on the IM page of VK.com
Wat is VK gif autoplay?
VK gif autoplay is een Chrome-extensie ontwikkeld door EVIL, en de belangrijkste functie is "Automatically starts playing back all gifs on the IM page of VK.com".
Extensie Screenshots
Download het CRX-bestand van de extensie VK gif autoplay
Download VK gif autoplay-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
Basisinformatie over de Extensie
| Naam | |
| ID | jlimlkjiamjlioaahgfjpgfnpfojfeid |
| Officiële URL | https://chromewebstore.google.com/detail/vk-gif-autoplay/jlimlkjiamjlioaahgfjpgfnpfojfeid |
| Beschrijving | Automatically starts playing back all gifs on the IM page of VK.com |
| Bestandsgrootte | 3.66 KB |
| Aantal Installaties | 70 |
| Huidige Versie | 1.0.7 |
| Laatst Bijgewerkt | 2018-12-18 |
| Publicatiedatum | 2018-12-18 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | EVIL |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VK gif autoplay",
"version": "1.0.7",
"description": "Automatically starts playing back all gifs on the IM page of VK.com",
"content_scripts": [
{
"matches": [
"http:\/\/vk.com\/*",
"https:\/\/vk.com\/*"
],
"js": [
"gifautoplay.js"
]
}
]
} | |