iNikolayev
Replaces all images on all pages to Igor Nikolayev.
What is iNikolayev?
iNikolayev is a Chrome extension developed by Nikita Bayev, and its main feature is "Replaces all images on all pages to Igor Nikolayev.".
Extension Screenshots
Download iNikolayev Extension CRX File
Download iNikolayev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Заменяет все картинки на страницах на фотографии Игоря Николаева.
Extension Basic Information
Name | iNikolayev |
ID | capkagcahfpeicbnbfepenbmognpecae |
Official URL | https://chromewebstore.google.com/detail/inikolayev/capkagcahfpeicbnbfepenbmognpecae |
Description | Replaces all images on all pages to Igor Nikolayev. |
File Size | 90.66 KB |
Installation Count | 3,190 |
Current Version | 1.1.6 |
Last Updated | 2019-09-03 |
Publish Date | 2019-09-02 |
Rating | 4.91/5 Total 579 Ratings |
Developer | Nikita Bayev |
Payment Type | free |
Supported Languages | 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" } |