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 |
官方網址 | 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" } } |