Only HTML

Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.

什麼是Only HTML?

Only HTML是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.”。

擴展截圖

screenshot
screenshot

下載Only HTML擴展crx文件

下載Only HTML擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click on extension's icon on the toolbar to activate or deactivate it. 

When activated, this extension loads only HTML content, inline styles, and inline images (SVG or Data URLs etc). It blocks other content types like JavaScript, images, videos, web fonts etc.

By blocking these resources, the extension can improve the loading speed of web pages and reduce the amount of data transferred over the network. Moreover, Developers could benefit from having a preview of the HTML-only version of their webpages.

Extension by BrowserNative. Visit our support page for more information and feedback.                    

擴展基本資訊

名稱 Only HTML Only HTML
ID jdlecmkgdgeabgpjhbhdpkfcllgacdil
官方網址 https://chromewebstore.google.com/detail/only-html/jdlecmkgdgeabgpjhbhdpkfcllgacdil
簡介 Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.
檔案大小 11.65 KB
安裝次數 88
目前版本 1.0.1
更新時間 2023-04-25
上架時間 2023-04-25
評分 5.00/5 共 1 次評分
開發者 https://browsernative.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsernative.com/only-html/
說明頁面URL https://browsernative.com/only-html/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Only HTML",
    "description": "Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.",
    "version": "1.0.1",
    "short_name": "Only HTML",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "contentSettings"
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "101",
    "action": {
        "default_icon": {
            "48": "static\/icon-48.png",
            "128": "static\/icon-128.png"
        },
        "default_title": "Only HTML"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    },
    "homepage_url": "https:\/\/browsernative.com\/only-html\/"
}