Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Τι είναι το Cloud To Arse Plus;
Το Cloud To Arse Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον veghead, και η κύρια λειτουργία του είναι "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cloud To Arse Plus
Λήψη αρχείων επέκτασης Cloud To Arse Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
Επίσημο URL | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Περιγραφή | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Μέγεθος Αρχείου | 27 KB |
Αριθμός Εγκαταστάσεων | 72 |
Τρέχουσα Έκδοση | 0.0.0.1 |
Τελευταία Ενημέρωση | 2013-08-24 |
Ημερομηνία Δημοσίευσης | 2013-08-23 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | veghead |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/veghead/cloud-to-arse |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Arse Plus", "version": "0.0.0.1", "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "cta-16.png", "128": "cta-128.png" } } |