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. 擴展基本資訊
| 名稱 | |
| ID | dehngmfneocffmfblfgjphpeekkikoln |
| 官方網址 | 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"
]
}
]
} | |