KunstSurfer

KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…

O que é KunstSurfer?

KunstSurfer é uma extensão do Chrome desenvolvida por kunstsurfer, e sua principal característica é "KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KunstSurfer

Baixe arquivos de extensão KunstSurfer 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

                        KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks from so-called pools (exhibitions) are loaded from a server and integrated into the respective display when webpages are loaded. KUNSTSURFER is understood by the KUNSTSURFER collective as a digital art space, with which the surfing experience in the web can be extended with artworks. The KUNSTSURFER collective consists of curators and designers who are developing alternative formats of online art education.

KUNSTSURFER is a browser ad blocker extension that is installed directly on the Browser and modifies some of its functions. However, instead of only detecting and hiding online advertisements, it replaces them with artistic content. Art Surfer brings art into your daily surfing. It takes over the commercial space, playing with its online appearance and marketing strategies.                    

Informações Básicas da Extensão

Nome KunstSurfer KunstSurfer
ID anobnmpgpkmgdacmdlchaohlcahgcpmo
URL Oficial https://chromewebstore.google.com/detail/kunstsurfer/anobnmpgpkmgdacmdlchaohlcahgcpmo
Descrição KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…
Tamanho do Arquivo 315 KB
Contagem de Instalações 62
Versão Atual 0.2.4
Última Atualização 2022-10-01
Data de Publicação 2022-09-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kunstsurfer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kunstsurfer.org
URL da Página de Ajuda https://kunstsurfer.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KunstSurfer",
    "version": "0.2.4",
    "description": "",
    "homepage_url": "https:\/\/kunstsurfer.org",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "128": "icon_inactive.f23e0f0e.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mms.kunstsurfer.org\/"
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.05f286d7.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "service_worker": "background.bdf842ed.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "content_script.e2a6dddf.js"
            ],
            "css": []
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "content_script_start.29481d3e.js"
            ],
            "css": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self'; connect-src 'self' https:\/\/*.kunstsurfer.org\/"
    },
    "action": {
        "default_title": "KunstSurfer",
        "default_icon": "icon.1de61267.png",
        "default_popup": "options.05f286d7.html",
        "browser_style": true
    }
}