Site Effects
Add awesome filters to websites.
Site Effectsคืออะไร?
Site Effects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Add awesome filters to websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Effects
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |