Page Filter Effects

Fun filter effect for webpage.

Page Filter Effects란 무엇입니까?

Page Filter Effects은(는) Tushar Vaghela에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fun filter effect for webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Page Filter Effects 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Page Filter Effects Page Filter Effects
ID apnbkmkpchabofhbnmhbdbnlpkbcomkg
공식 URL https://chromewebstore.google.com/detail/page-filter-effects/apnbkmkpchabofhbnmhbdbnlpkbcomkg
설명 Fun filter effect for webpage.
파일 크기 18.69 KB
설치 횟수 2,664
현재 버전 1.3
최근 업데이트 2022-02-13
출시 날짜 2019-12-31
평점 3.57/5 총 7 개의 평점
개발자 Tushar Vaghela
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tusharv.in/pfe/
개인정보 보호 정책 페이지 URL https://newstab.netlify.app/privacy-policy.html
지원되는 언어 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"
}