Pink-out
Removing pink from the web
Τι είναι το Pink-out;
Το Pink-out είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Itamar Kestenbaum, και η κύρια λειτουργία του είναι "Removing pink from the web".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pink-out
Λήψη αρχείων επέκτασης Pink-out σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Experience the web according to trademark trolls. Deutsche Telekom (aka, T-Mobile’s parent) is out here telling other companies they can’t use pink (yes, seriously: http://bit.ly/freeingthepink), so this Chrome Extension makes sure you’re pink-compliant and removes it from all your browsing pages on the web. 🧹 Click on the ‘Pink-Out’ button to automatically remove the pink from the web (with the exception of T-Mobile affiliated pages). This extension is free - like the color pink should be. 🤦
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pink-out |
ID | emgomhlfknapebclbdkonjilalfmchep |
Επίσημο URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
Περιγραφή | Removing pink from the web |
Μέγεθος Αρχείου | 902 KB |
Αριθμός Εγκαταστάσεων | 1,333 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2019-12-01 |
Ημερομηνία Δημοσίευσης | 2019-12-01 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Itamar Kestenbaum |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Removing pink from the web", "version": "0.0.1", "name": "Pink-out", "options_page": "options.html", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.bundle.js" ] } ], "permissions": [ "webNavigation", "*:\/\/*\/*" ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "pink_square.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |