ading2210 / dextensify

An exploit which lets you disable most admin-installed Chrome extensions from any webpage.
https://dextensify.pages.dev
MIT License
57 stars 118 forks source link

I would like you to add this extension. #38

Closed maransu closed 10 months ago

maransu commented 10 months ago

i-FILTER@Cloud Agent ID:bkfmfndedcalgdgaklieojjfbbjpmijd I didn't really understand the manifest, so I copied and pasted it.

{ "background": { "persistent": true, "scripts": [ "library.js", "background.js", "jquery-3.6.0.js" ] }, "description": "フィルタリング対象サイトをカテゴリ単位またはURL単位で設定することができます。", "icons": { "128": "icons/icon128.png", "16": "icons/icon16.png", "48": "icons/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApl7Nes+qjHuGHcTrS0xlgevg1KL+GOTRqDilN6s2f+S8P0c+CXN7qeVeucO3sYDDRelv5/t/M9akvGcLoujYlHyI6inh+vNohZecXe4Ar9BUKCoNZB+A1ZCm5vDohlXbSx2X/qcmsLj6Fsau3HsY8adAxlT4Sn6Yq5jku/TET/gKShzlGHbBCl5IdKXWbX2fFhRsPECIXWdwfgDDjH+sCcM7KY31FOAvuPP8KcQfVyiLZbQSsDVDr2bZeyN70FZM+T7Ts0bI4MgOGJKQxnumRq5e34obd4O/iK1XPXZX1f9mV2rTP59cQ+Kx54FX3o9sHGMVku50MKsLH+0vlKJ1NwIDAQAB", "manifest_version": 2, "name": "i-FILTER@Cloud Agent", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "identity", "identity.email", "webRequest", "webRequestBlocking", "storage", ":///*" ], "storage": { "managed_schema": "schema.json" }, "update_url": "https://clients2.google.com/service/update2/crx", "version": "1.0.11" }

reactor-coding commented 10 months ago

あの、過去のIssuesを見てください

reactor-coding commented 10 months ago

すみませんが、manifest.jsonにweb_accessible_resourcesの記述がないため無理です。 ifilter #22 を参照してください>

引用元: comment by @reactor-coding / Please add i-FILTER@Cloud Agent #33