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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
    }
}