Motherf_ck_ng Purple Lightsaber Plugin

This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.

Τι είναι το Motherf_ck_ng Purple Lightsaber Plugin;

Το Motherf_ck_ng Purple Lightsaber Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eduardo.u24, και η κύρια λειτουργία του είναι "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Motherf_ck_ng Purple Lightsaber Plugin

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

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

                        Changes the color of the Starwars Youtube to Purple.                    

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

Όνομα Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
Επίσημο URL https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc
Περιγραφή This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Μέγεθος Αρχείου 3.42 KB
Αριθμός Εγκαταστάσεων 250
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-11-27
Ημερομηνία Δημοσίευσης 2015-11-27
Αξιολόγηση 2.94/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής eduardo.u24
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motherf_ck_ng Purple Lightsaber Plugin",
    "description": "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "purplelightsaber.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ]
}