KunstSurfer

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

什么是KunstSurfer?

KunstSurfer是由kunstsurfer开发的Chrome扩展程序,该扩展的主要功能是“KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载KunstSurfer扩展crx文件

下载KunstSurfer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 KunstSurfer KunstSurfer
ID anobnmpgpkmgdacmdlchaohlcahgcpmo
官方URL https://chromewebstore.google.com/detail/kunstsurfer/anobnmpgpkmgdacmdlchaohlcahgcpmo
简介 KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…
文件大小 315 KB
安装次数 62
当前版本 0.2.4
更新时间 2022-10-01
上架时间 2022-09-30
评分 5.00/5 共1次评分
开发者 kunstsurfer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kunstsurfer.org
帮助页面URL https://kunstsurfer.org
支持的语言 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
    }
}