9gag Night Mode
Night mode for the 9gag website!
什麼是9gag Night Mode?
9gag Night Mode是由Alex Benoit開發的Chrome擴展程式,該擴展的主要功能是“Night mode for the 9gag website!”。
擴展截圖
下載9gag Night Mode擴展crx文件
下載9gag Night Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Unofficial Chrome Extension to enable night mode on the 9gag desktop website.                     擴展基本資訊
| 名稱 |   |  
| ID | pdoebgohinaejdpncadbahijijgoffke | 
| 官方網址 | https://chromewebstore.google.com/detail/9gag-night-mode/pdoebgohinaejdpncadbahijijgoffke | 
| 簡介 | Night mode for the 9gag website! | 
| 檔案大小 | 12.15 KB | 
| 安裝次數 | 6,133 | 
| 目前版本 | 1.3.6 | 
| 更新時間 | 2018-03-30 | 
| 上架時間 | 2018-03-30 | 
| 評分 | 4.63/5 共 88 次評分 | 
| 開發者 | Alex Benoit | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Night Mode",
    "version": "1.3.6",
    "description": "Night mode for the 9gag website!",
    "icons": {
        "128": "9gagext.png"
    },
    "content_scripts": [
        {
            "css": [
                "9gag-override.css"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}  |  |