SM resim yükleyici

SM resimlerinin mouse hover ile görüntülenmesini sağlar.

What is SM resim yükleyici?

SM resim yükleyici is a Chrome extension developed by http://www.abioka.com, and its main feature is "SM resimlerinin mouse hover ile görüntülenmesini sağlar.".

Download SM resim yükleyici Extension CRX File

Download SM resim yükleyici 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

                                            

Extension Basic Information

Name SM resim yükleyici SM resim yükleyici
ID gdbkmipejldaapefcbjkjcnlidaagodm
Official URL https://chrome.google.com/webstore/detail/sm-resim-y%C3%BCkleyici/gdbkmipejldaapefcbjkjcnlidaagodm
Description SM resimlerinin mouse hover ile görüntülenmesini sağlar.
File Size 22.94 KB
Installation Count 31
Current Version 1.4
Last Updated 2016-10-21
Publish Date 2016-10-21
Developer http://www.abioka.com
Email [email protected]
Payment Type free
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SM resim y\u00fckleyici",
    "description": "SM resimlerinin mouse hover ile g\u00f6r\u00fcnt\u00fclenmesini sa\u011flar.",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "abioka.com",
    "homepage_url": "http:\/\/abioka.com",
    "web_accessible_resources": [
        "loading.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/itsm.intertech.com.tr\/*",
                "https:\/\/itsm.intertech.com.tr\/*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}