Page Filter Effects

Fun filter effect for webpage.

O que é Page Filter Effects?

Page Filter Effects é uma extensão do Chrome desenvolvida por Tushar Vaghela, e sua principal característica é "Fun filter effect for webpage.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Page Filter Effects

Baixe arquivos de extensão Page Filter Effects no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Page Filter Effects Page Filter Effects
ID apnbkmkpchabofhbnmhbdbnlpkbcomkg
URL Oficial https://chromewebstore.google.com/detail/page-filter-effects/apnbkmkpchabofhbnmhbdbnlpkbcomkg
Descrição Fun filter effect for webpage.
Tamanho do Arquivo 18.69 KB
Contagem de Instalações 2,664
Versão Atual 1.3
Última Atualização 2022-02-13
Data de Publicação 2019-12-31
Classificação 3.57/5 Total de 7 Avaliações
Desenvolvedor Tushar Vaghela
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tusharv.in/pfe/
URL da Página de Política de Privacidade https://newstab.netlify.app/privacy-policy.html
Idiomas Suportados 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"
}