Cloud To Butt Plus

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

Τι είναι το Cloud To Butt Plus;

Το Cloud To Butt Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hank, και η κύρια λειτουργία του είναι "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Cloud To Butt Plus

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

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

                        Slight improvements to Butt-to-butt, found here:
https://github.com/panicsteve/butt-to-butt

My repo: https://github.com/hank/butt-to-butt

Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible).

WARNING: Versions before 1.2 contain a XSS Vulnerability!  Please update!                    

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

Όνομα Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
Επίσημο URL https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Περιγραφή Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Μέγεθος Αρχείου 3.34 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2014-07-24
Ημερομηνία Δημοσίευσης 2014-07-23
Αξιολόγηση 4.82/5 Συνολικά 799 Αξιολογήσεις
Προγραμματιστής Hank
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Butt Plus",
    "version": "1.2",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}