the-nic

自己紹介

開発者情報
タイトル the-nic
ユーザー登録日 3月 14, 2025
開発したアドオンの数 0個のアドオン
この開発者のアドオンの平均評価 まだ評価されていません

自分のレビュー

Minimize on Close

5 つ星中 5つの評価を受けています

To make the addon work on 136, one only has to update strict_max_version in the manifest version and change the first lines in experiment.js to

const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");

then it works again :)