Page Filter Effects
Fun filter effect for webpage.
What is Page Filter Effects?
Page Filter Effects is a Chrome extension developed by Tushar Vaghela, and its main feature is "Fun filter effect for webpage.".
Extension Screenshots
Download Page Filter Effects Extension CRX File
Download Page Filter Effects extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fun effects for same old sites. You can make any site Blur, Greyscale, Sepia, Bright, Invert using this tool. If you want it as normal choose "Reset" If you have heard about UFO on Google map http://bit.ly/UFOinGMAP , you can see that UFO in high contrast image live on Google Map. I have build this tool to change color of FB so that Manager can not figure out that I am on Facebook from away. :p I have not update it since long, I am planning to update it soon. So if you are using it and want to report bug or want any feature please mail me at [email protected]
Extension Basic Information
Name | Page Filter Effects |
ID | apnbkmkpchabofhbnmhbdbnlpkbcomkg |
Official URL | https://chromewebstore.google.com/detail/page-filter-effects/apnbkmkpchabofhbnmhbdbnlpkbcomkg |
Description | Fun filter effect for webpage. |
File Size | 18.69 KB |
Installation Count | 2,664 |
Current Version | 1.3 |
Last Updated | 2022-02-13 |
Publish Date | 2019-12-31 |
Rating | 3.57/5 Total 7 Ratings |
Developer | Tushar Vaghela |
[email protected] | |
Payment Type | free |
Extension Website | https://tusharv.in/pfe/ |
Privacy Policy Page URL | https://newstab.netlify.app/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Set this page's color effect" }, "description": "Fun filter effect for webpage.", "icons": { "128": "icon128.png", "16": "icon.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYT0SJ\/1ilxHmEcCQCP12wDMtCedRepklK76UJh31LZv93Y4WfMY1vQ1IQoavEDVyTiLBwsTxNJIXDHE9X3OZNLjH15puQvix7u9utrBDn4gJXy9jBt5r6EoW30wzC8LYthiEk3KXwtmi2yKr0P30\/nzdYLlH0c4l7GqKOM0HaUVjiU9plX3svUjwbAmIdvnwefngzwjhkooLcB\/mOum51sMMWukC\/5GE7lwT4udWoYEr7SwXX11r\/4B5Tw9H1pL1FA7W9y7WJRxFnBNjdKaCS6LpsO0dsE1f3Yr6WGQRAjnZGovXbMz\/jJ4NUEE8UQHH2Ldbtis\/qPbkRSVzFE\/jwIDAQAB", "manifest_version": 2, "name": "Page Filter Effects", "short_name": "PFE", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |