iNikolayev
Replaces all images on all pages to Igor Nikolayev.
Wat is iNikolayev?
iNikolayev is een Chrome-extensie ontwikkeld door Nikita Bayev, en de belangrijkste functie is "Replaces all images on all pages to Igor Nikolayev.".
Extensie Screenshots
Download het CRX-bestand van de extensie iNikolayev
Download iNikolayev-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 | capkagcahfpeicbnbfepenbmognpecae |
| Officiële URL | https://chromewebstore.google.com/detail/inikolayev/capkagcahfpeicbnbfepenbmognpecae |
| Beschrijving | Replaces all images on all pages to Igor Nikolayev. |
| Bestandsgrootte | 90.66 KB |
| Aantal Installaties | 3,190 |
| Huidige Versie | 1.1.6 |
| Laatst Bijgewerkt | 2019-09-03 |
| Publicatiedatum | 2019-09-02 |
| Beoordeling | 4.91/5 Totaal 579 Beoordelingen |
| Ontwikkelaar | Nikita Bayev |
| Betalingswijze | free |
| Ondersteunde Talen | en,ru |
| manifest.json | |
{
"background": {
"scripts": [
"inikolayev\/bg.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"js": [
"inikolayev\/inikolayev.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "ru",
"description": "__MSG_appDesc__",
"icons": {
"128": "inikolayev\/logo128.png",
"16": "inikolayev\/logo16.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"options_page": "inikolayev\/options\/options.html",
"permissions": [
"storage",
"tabs",
"contextMenus"
],
"short_name": "__MSG_appName__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.6"
} | |