WeiboCommentFilter Firefox

Examine source code of WeiboCommentFilter

Inspect and view changes in WeiboCommentFilter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{

  "manifest_version": 2,
  "name": "微博评论过滤", //插件名称
  "short_name": "一键过滤",
  "version": "0.0.5", //插件使用的版本
  "description": "Auto filter comments for Roy.", //插件的描述
  "icons":{
              "16":"thumb_16.png",
              "48":"thumb_48.png",
              "128":"thumb_128.png"
      },

  "browser_action": { //插件加载后生成图标
        "default_icon": "thumb_16.png",//图标的图片
        "default_title": "微博评论过滤" //鼠标移到图标显示的文字
        //"show_matches": ["https://m.weibo.cn*"]
        //"permissions": ["declarativeContent"]
    },
   
   "permissions": [ //允许插件访问的url
        "http://*/", 
        "bookmarks", 
        "tabs", 
        "history" 
    ],

  "content_scripts": [
    {
      "matches": ["https://m.weibo.cn/detail/*","https://m.weibo.cn/status/*","https://www.weibo.com/*","https://m.weibo.cn/*"],
      "js": ["AutoFilterComments.js"],
      "run_at": "document_end"
    }
  ]
}

Best WeiboCommentFilter Alternatives

Here are some Firefox add-ons that are similar to WeiboCommentFilter: