KunstSurfer

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

KunstSurfer là gì?

KunstSurfer là một tiện ích mở rộng Chrome được phát triển bởi kunstsurfer, và tính năng chính của nó là "KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KunstSurfer

Tải xuống các tệp mở rộng KunstSurfer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KunstSurfer KunstSurfer
ID anobnmpgpkmgdacmdlchaohlcahgcpmo
URL Chính Thức https://chromewebstore.google.com/detail/kunstsurfer/anobnmpgpkmgdacmdlchaohlcahgcpmo
Mô tả KUNSTSURFER recognizes the relevant advertising areas on websites and occupies these with works of art. For this purpose, artworks…
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2022-10-01
Ngày Phát Hành 2022-09-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kunstsurfer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kunstsurfer.org
URL Trang Trợ Giúp https://kunstsurfer.org
Ngôn Ngữ Được Hỗ Trợ 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
    }
}