500px Downloader

Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader

500px Downloader क्या है?

500px Downloader solitaryobserver.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 500px Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download the image from 500px.com wit just one click!
One click image download for 500px.com!

Simply click the extension button to download. Or use the "Download" button on screen.

We have a well built and super cool HD image downloader for Android as well. 
Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader

Let me know if you have other suggestions or concerns.
 
This will download image directly to your downloads folder, naming it with image title name. It is that simple.

The extension allows user to download image with a single click from 500px.com, a website that contains professional photos from all around the world. The extension only requires permission for active tab and download. The active tab is to be able to capture the current image and download permission will allow extension to automatically save images to users device. It only download images from the website and nothing else. It downloads image in fixed .jpeg format only.

We have a well built and super cool HD image downloader for Android as well. 
Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader

Please let me know if you have any feedback.                    

एक्सटेंशन की मूल जानकारी

नाम 500px Downloader 500px Downloader
ID nmkeibjoejjodnapeoejpianngpdcboj
आधिकारिक URL https://chromewebstore.google.com/detail/500px-downloader/nmkeibjoejjodnapeoejpianngpdcboj
विवरण Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader
फ़ाइल का आकार 75.41 KB
स्थापना संख्या 2,124
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-12-12
प्रकाशन तिथि 2020-12-12
रेटिंग 2.50/5 कुल 12 रेटिंग्स
डेवलपर solitaryobserver.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Download this photo"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/500px.com\/*",
                "https:\/\/*.500px.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Download the image from 500px.com. Android App: https:\/\/play.google.com\/store\/apps\/details?id=com.solitaryobserver.a500pxdownloader",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 2,
    "name": "500px Downloader",
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}