Only HTML
Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.
Co je Only HTML?
Only HTML je rozšíření Chrome vyvinuté https://browsernative.com, a jeho hlavní funkcí je „Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Only HTML
Stáhněte si soubory rozšíření Only HTML ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Only HTML |
ID | jdlecmkgdgeabgpjhbhdpkfcllgacdil |
Oficiální URL | https://chromewebstore.google.com/detail/only-html/jdlecmkgdgeabgpjhbhdpkfcllgacdil |
Popis | Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc. |
Velikost souboru | 11.65 KB |
Počet instalací | 88 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2023-04-25 |
Datum Vydání | 2023-04-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://browsernative.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://browsernative.com/only-html/ |
URL Stránky Nápovědy | https://browsernative.com/only-html/ |
URL Stránky Zásad Ochrany Soukromí | https://browsernative.com/extensions-privacy-policy |
Podporované Jazyky | 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": [ " |