Image Downloader

te31.com(rgrong), slrclub.com, instagram

Vad är Image Downloader?

Image Downloader är en Chrome-tillägg utvecklad av kotree.com, och dess huvudfunktion är "te31.com(rgrong), slrclub.com, instagram".

Ladda ner Image Downloader-förlängningens CRX-fil

Ladda ner Image Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        slrclub
instagram
te31.com (rgrong)

에서 이미지를 쉽게 받을 수 있도록 함.                    

Grundläggande Information om Tillägg

Namn Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
Officiell webbadress https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Beskrivning te31.com(rgrong), slrclub.com, instagram
Filstorlek 38.17 KB
Antal Installationer 200
Aktuell Version 1.1.0
Senast Uppdaterad 2016-06-09
Publiceringsdatum 2016-06-09
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare kotree.com
E-post [email protected]
Betalningssätt free
Stödda Språk ko
manifest.json
{
    "name": "Image Downloader",
    "description": "te31.com(rgrong), slrclub.com, instagram",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rightbutton.js",
        "instagram.js",
        "slrclub.js",
        "jquery.min.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "manifest_version": 2
}