Remove and jump directly the confirmation operation page when clicking external links on each website.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.4.2408.201",
"default_locale": "zh_CN",
"description": "__MSG_extDescription__",
"author": "https://toolinone.com/",
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"background": {
"service_worker": "js/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'"
},
"permissions": [
"webRequest"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}