Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 13, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "VietNamAnToan", "name": "VietNamAnToan", "description": "Ti\u1ec7n \u00edch gi\u00fap b\u1ea3o v\u1ec7 b\u1ea1n kh\u1ecfi c\u00e1c trang web, c\u00e1 nh\u00e2n, \u0111\u1ecba ch\u1ec9 email v\u00e0 c\u00e1c th\u00f4ng tin kh\u00f4ng an to\u00e0n tr\u00ean kh\u00f4ng gian m\u1ea1ng", "icons": { "16": "images\/icon\/16.png", "32": "images\/icon\/32.png", "48": "images\/icon\/48.png", "128": "images\/icon\/128.png" }, "action": { "default_icon": { "16": "images\/icon\/16.png", "32": "images\/icon\/32.png", "48": "images\/icon\/48.png", "128": "images\/icon\/128.png" } }, "manifest_version": 3, "version": "1.0.0.10", "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "tabs", "webRequest", "storage", "topSites", "declarativeNetRequest", "contextMenus" ], "declarative_net_request": { "rule_resources": [ { "id": "blockLIST", "enabled": false, "path": "rules\/default.json" }, { "id": "advLIST", "enabled": false, "path": "rules\/adv.json" }, { "id": "antiprnLIST", "enabled": false, "path": "rules\/antiprn.json" }, { "id": "gambleLIST", "enabled": false, "path": "rules\/gamble.json" }, { "id": "antitrackLIST", "enabled": false, "path": "rules\/antitrack.json" } ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "static\/content_scripts\/main.js" ], "css": [ "static\/content_css\/main.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*", "svg\/*", "static\/*", "pages\/*", "data\/*", "gifs\/*", "fonts\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' " }, "background": { "service_worker": "scripts\/background.bundle.js" }, "externally_connectable": { "matches": [ "http:\/\/localhost:1000\/*", "https:\/\/test.vietnamantoan.com\/*", "https:\/\/vietnamantoan.com\/*" ] } }