iRicardoMilos
Replaces all images on all pages to Igor Nikolayev.
What is iRicardoMilos?
iRicardoMilos is a Chrome extension developed by Unknown, and its main feature is "Replaces all images on all pages to Igor Nikolayev.".
Extension Screenshots
Download iRicardoMilos Extension CRX File
Download iRicardoMilos 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
iRicardoMilos это для любителей Ricardo Milos Вы буде видеть его всегда И давайте Флексить как Ricardo Milos
Extension Basic Information
Name | |
ID | hndkkhibfmnbhlgpljcidmabdmoemcpe |
Official URL | https://chrome.google.com/webstore/detail/iricardomilos/hndkkhibfmnbhlgpljcidmabdmoemcpe |
Description | Replaces all images on all pages to Igor Nikolayev. |
File Size | 121 KB |
Installation Count | 41 |
Current Version | 1.1.6 |
Last Updated | 2019-05-21 |
Publish Date | 2019-05-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "background": { "scripts": [ "iRicardoMilos\/bg.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "iRicardoMilos\/iRicardoMilos.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "ru", "description": "__MSG_appDesc__", "icons": { "128": "iRicardoMilos\/logo128.png", "16": "iRicardoMilos\/logo16.png" }, "manifest_version": 2, "name": "__MSG_appName__", "options_page": "iRicardoMilos\/options\/options.html", "permissions": [ "storage", "tabs", "contextMenus" ], "short_name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.6" } |