七 022009
一种方法是关闭插件版本自动检测
操作方法:
修改 profile 文件
WinXp/2000:profile路径在C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles
Vista:profile路径在C:\users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles
文件夹名是xxxxxxxx.default,前8个字符是随机生成的。
打开之后里面有一个prefs.js文件,编辑此文件, 在里面加上两行
-
user_pref("extensions.checkCompatibility", false);
-
user_pref("extensions.checkUpdateSecurity", false);
另一种方法是修改插件的版本信息
操作方法:
下载.xpi插件文件,使用WinRAR或WinZip将其释放;
用记事本打开这个文件,查找这段代码 "<em:maxVersion>" 将版本号“3.0.*”修改为“3.5.*”;
将刚才释放出来的文件重新压缩为ZIP 格式,然后手工修改扩展名为.xpi,最后将这个文件拖曳到Firefox的主窗口下,按照提示完成安装。