Donanımhaber - Gece Modu

Donanımhaber forum gece modu eklentisi.

What is Donanımhaber - Gece Modu?

Donanımhaber - Gece Modu is a Chrome extension developed by Emre Işıkkaya, and its main feature is "Donanımhaber forum gece modu eklentisi.".

Extension Screenshots

screenshot

Download Donanımhaber - Gece Modu Extension CRX File

Download Donanımhaber - Gece Modu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        forum.donanimhaber.com gece modu eklentisi.

-ikon paleti eklendi.
-pm sayfasi eklendi.
-sonsuz kaydırmadan kaynaklanan performans sorunu düzeltildi.                    

Extension Basic Information

Name Donanımhaber - Gece Modu Donanımhaber - Gece Modu
ID monmhomcaccklhmlhbnhflccekmnallh
Official URL https://chromewebstore.google.com/detail/donan%C4%B1mhaber-gece-modu/monmhomcaccklhmlhbnhflccekmnallh
Description Donanımhaber forum gece modu eklentisi.
File Size 31.01 KB
Installation Count 142
Current Version 2.0.0
Last Updated 2018-01-21
Publish Date 2018-01-21
Rating 3.70/5 Total 10 Ratings
Developer Emre Işıkkaya
Email [email protected]
Payment Type free
Extension Website https://forum.donanimhaber.com
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donan\u0131mhaber - Gece Modu",
    "version": "2.0.0",
    "description": "Donan\u0131mhaber forum gece modu eklentisi.",
    "author": "emre \u0131\u015f\u0131kkaya [email protected]",
    "background": {
        "scripts": [
            "js\/nightmode-bg.js"
        ]
    },
    "icons": {
        "16": "img\/dh-open-16.png",
        "32": "img\/dh-open-32.png",
        "128": "img\/dh-open-128.png"
    },
    "page_action": {
        "default_icon": "img\/dh-close-32.png",
        "default_title": "forum.donanimhaber.com'u a\u00e7t\u0131\u011f\u0131n\u0131zda gece modu \u00e7al\u0131\u015facakt\u0131r."
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forum.donanimhaber.com\/*",
                "https:\/\/forum.donanimhaber.com\/"
            ],
            "js": [
                "js\/nightmode.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/nightmode.min.css",
        "js\/icons.js"
    ],
    "permissions": [
        "https:\/\/forum.donanimhaber.com\/",
        "tabs",
        "storage"
    ]
}