Shinden Look Changer

Changes stylistically Shinden.pl website.

Τι είναι το Shinden Look Changer;

Το Shinden Look Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GabenRulez, και η κύρια λειτουργία του είναι "Changes stylistically Shinden.pl website.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Shinden Look Changer

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

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

                        An addon, that changes how Shinden.pl website looks.
No more weird colors and vibes from 2000's - now you have whole website dynamically fill most of your screen and everything is in nice sea-like blue color. No more annoying ads that scare you to death with max volume on your headphones!

Functions:
- website now scales according to your screen size (before it stopped at 1500px width)
- website is in blue and shadow'y color
- removes unimportant buttons from the website (such like "change Actors name"), which were very messy
- increases the size of pictures and loads their better quality counterparts (all from Shinden.pl server)
- (NEW) now blocks most of the ads that are on the website, while not blocking the videos!                    

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

Όνομα Shinden Look Changer Shinden Look Changer
ID mogpcdmenpkoafjkcofijdcggkpnbacm
Επίσημο URL https://chromewebstore.google.com/detail/shinden-look-changer/mogpcdmenpkoafjkcofijdcggkpnbacm
Περιγραφή Changes stylistically Shinden.pl website.
Μέγεθος Αρχείου 60.89 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2020-09-08
Ημερομηνία Δημοσίευσης 2020-05-06
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής GabenRulez
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shinden Look Changer",
    "short_name": "ShindenLook",
    "author": "Wojciech K",
    "version": "1.1.1",
    "description": "Changes stylistically Shinden.pl website.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128_chrome.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shinden.pl\/*"
            ],
            "exclude_matches": [
                "*:\/\/shinden.pl\/animelist\/*"
            ],
            "run_at": "document_start",
            "css": [
                "resources\/static.css"
            ]
        },
        {
            "matches": [
                "*:\/\/shinden.pl\/*"
            ],
            "exclude_matches": [
                "*:\/\/shinden.pl\/animelist\/*"
            ],
            "js": [
                "contentScripts\/documentStart.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/shinden.pl\/*"
            ],
            "exclude_matches": [
                "*:\/\/shinden.pl\/animelist\/*"
            ],
            "js": [
                "contentScripts\/documentEnd.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/shinden.pl\/*"
            ],
            "exclude_matches": [
                "*:\/\/shinden.pl\/animelist\/*"
            ],
            "js": [
                "contentScripts\/documentIdle.js"
            ],
            "run_at": "document_idle"
        }
    ]
}