Spoiled
This extension removes spoiler css from r/wow.
什么是Spoiled?
Spoiled是由ajmiddleton开发的Chrome扩展程序,该扩展的主要功能是“This extension removes spoiler css from r/wow.”。
扩展截图
下载Spoiled扩展crx文件
下载Spoiled扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension removes the spoiler link flair from the World of Warcraft subreddit.
扩展基本信息
名称 | Spoiled |
ID | dehngmfneocffmfblfgjphpeekkikoln |
官方URL | https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln |
简介 | This extension removes spoiler css from r/wow. |
文件大小 | 75.41 KB |
安装次数 | 80 |
当前版本 | 0.1.1 |
更新时间 | 2015-11-21 |
上架时间 | 2015-11-21 |
开发者 | ajmiddleton |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spoiled", "description": "This extension removes spoiler css from r\/wow.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/wow*" ], "js": [ "jquery.js", "remove_spoilers.js" ] } ] } |