Replace Favicon
Confuse your friends by replacing the fav icon
Replace Faviconとは何ですか?
Replace Faviconはcharlie.mack669によって開発されたChromeの拡張機能で、その主な機能は「Confuse your friends by replacing the fav icon」です。
拡張機能のスクリーンショット
Replace Favicon拡張機能のCRXファイルをダウンロード
Replace Favicon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Randomize the page fav icon and ROTFL as you confuse your friends
拡張機能の基本情報
名前 | |
ID | akaelkiagnbfcccfnmbimdbplecgbikh |
公式URL | https://chrome.google.com/webstore/detail/replace-favicon/akaelkiagnbfcccfnmbimdbplecgbikh |
説明 | Confuse your friends by replacing the fav icon |
ファイルサイズ | 13.64 KB |
インストール数 | 100,000 |
現在のバージョン | 0.1 |
最終更新日 | 2015-03-19 |
公開日 | 2015-03-19 |
評価 | 1.71/5 合計 55 レビュー |
開発者 | charlie.mack669 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Confuse your friends by replacing the fav icon", "version": "0.1", "name": "Replace Favicon", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/fav.js" ] } ] } |