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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amnlincoln, και η κύρια λειτουργία του είναι "Scans a webpage for photobucket images and the updates the src to show the image.".

Λήψη αρχείου CRX της επέκτασης View 3rd party photobucket images

Λήψη αρχείων επέκτασης View 3rd party photobucket images σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": []
}