View 3rd party photobucket images

Scans a webpage for photobucket images and the updates the src to show the image.

View 3rd party photobucket images क्या है?

View 3rd party photobucket images amnlincoln द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scans a webpage for photobucket images and the updates the src to show the image."।

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

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

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

                        Scans a webpage for photobucket images and then updates the src to show the image. Runs on all webpages                    

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

नाम View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
आधिकारिक URL https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
विवरण Scans a webpage for photobucket images and the updates the src to show the image.
फ़ाइल का आकार 34.22 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-10-03
प्रकाशन तिथि 2017-10-03
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर amnlincoln
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View 3rd party photobucket images",
    "description": "Scans a webpage for photobucket images and the updates the src to show the image.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "32": "images\/icon.png"
        },
        "default_title": "Photobucket Fixer"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": []
}