Rainbow Remover
Removes unwanted rainbows
什麼是Rainbow Remover?
Rainbow Remover是由Extensification Technologies開發的Chrome擴展程式,該擴展的主要功能是“Removes unwanted rainbows”。
擴展截圖
下載Rainbow Remover擴展crx文件
下載Rainbow Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Removes unwanted rainbows on Facebook. Side effects may include selective colorblindness.
This extension will probably outlive its usefulness in a week or so.                     擴展基本資訊
| 名稱 |   |  
| ID | nklhfofcnhanciamgjiahanaejnfddae | 
| 官方網址 | https://chromewebstore.google.com/detail/rainbow-remover/nklhfofcnhanciamgjiahanaejnfddae | 
| 簡介 | Removes unwanted rainbows | 
| 檔案大小 | 359 KB | 
| 安裝次數 | 10 | 
| 目前版本 | 0.0.3 | 
| 更新時間 | 2015-06-29 | 
| 上架時間 | 2015-06-28 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | Extensification Technologies | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbow Remover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Removes unwanted rainbows",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}  |  |