iRicardoMilos
Replaces all images on all pages to Igor Nikolayev.
iRicardoMilosとは何ですか?
iRicardoMilosはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces all images on all pages to Igor Nikolayev.」です。
拡張機能のスクリーンショット
iRicardoMilos拡張機能のCRXファイルをダウンロード
iRicardoMilos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
iRicardoMilos это для любителей Ricardo Milos Вы буде видеть его всегда И давайте Флексить как Ricardo Milos
拡張機能の基本情報
名前 | |
ID | hndkkhibfmnbhlgpljcidmabdmoemcpe |
公式URL | https://chrome.google.com/webstore/detail/iricardomilos/hndkkhibfmnbhlgpljcidmabdmoemcpe |
説明 | Replaces all images on all pages to Igor Nikolayev. |
ファイルサイズ | 121 KB |
インストール数 | 41 |
現在のバージョン | 1.1.6 |
最終更新日 | 2019-05-21 |
公開日 | 2019-05-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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" } |