Site Effects
Add awesome filters to websites.
Site Effectsとは何ですか?
Site EffectsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Add awesome filters to websites.」です。
拡張機能のスクリーンショット
Site Effects拡張機能のCRXファイルをダウンロード
Site Effects拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Site affects is a cool chrome extension that lets you make any site crazy and add to it awesome effects. For example you can blur, gray scale, invert, change hue and much more. Try combining effects, see what crazy thing you can create. Have fun (-;
拡張機能の基本情報
名前 | Site Effects |
ID | amdlkmlajndpeebikkpnkodjiepagkef |
公式URL | https://chromewebstore.google.com/detail/site-effects/amdlkmlajndpeebikkpnkodjiepagkef |
説明 | Add awesome filters to websites. |
ファイルサイズ | 1.36 MB |
インストール数 | 96 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-14 |
公開日 | 2020-04-08 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Effects", "version": "1.0", "manifest_version": 2, "description": "Add awesome filters to websites.", "browser_action": { "default_icon": "icon128.png", "default_title": "Add awesome filters to websites.", "default_popup": "extension.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "popup.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |