Image Switcher

Let's switch images you do not want to see to other one.

Τι είναι το Image Switcher;

Το Image Switcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον star__hoshi, και η κύρια λειτουργία του είναι "Let's switch images you do not want to see to other one.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Switcher

Λήψη αρχείων επέκτασης Image Switcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        You can switch the image of the specified URL to a different image.
指定した URL の画像を別の画像に置き換えることができます。

Let's switch images you do not want to see to other one.  
見たくない画像を別の画像に切り替えてしまいましょう。

You can set the URL of the image on the options screen.
オプション画面で画像の URL を指定できます。

Source Code: starhoshi/ImageSwitcher
https://github.com/starhoshi/ImageSwitcher                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Switcher Image Switcher
ID agbenbfomghnjfbelmoeplkjcflogomb
Επίσημο URL https://chromewebstore.google.com/detail/image-switcher/agbenbfomghnjfbelmoeplkjcflogomb
Περιγραφή Let's switch images you do not want to see to other one.
Μέγεθος Αρχείου 1.34 MB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2017-06-09
Ημερομηνία Δημοσίευσης 2017-06-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής star__hoshi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/star__hoshi
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Switcher",
    "short_name": "ImageSwitcher",
    "description": "Let's switch images you do not want to see to other one.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}