My Social Media Custom Theme
You can easily change facebook theme colors, heading and font colors, with easy GUI design.
Τι είναι το My Social Media Custom Theme;
Το My Social Media Custom Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον asad raza, και η κύρια λειτουργία του είναι "You can easily change facebook theme colors, heading and font colors, with easy GUI design.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My Social Media Custom Theme
Λήψη αρχείων επέκτασης My Social Media Custom Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Change the Text and background colors of Facebook in a single click. Change the Facebook color scheme to anything you want. Change Facebook to your favorite colors. You can see live changes result on your Facebook. Version 2.1 * Now Support multi languages * Fix Bugs. You can easily change Facebook theme colors, heading and font colors, with easy GUI design. Tutorial: 1. Click on install/Add to Chrome on the upper right and confirm the installation. 2. Go to facebook and click on the yellow Facebook icon, at top right corner. 3. Activate the Fb Color Changer and choose your color. 4. Finish. Enjoy your "new" Facebook Colors. Thank you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | My Social Media Custom Theme |
ID | aoplmgafblbhcgmbcgdjlgckefefmpbg |
Επίσημο URL | https://chromewebstore.google.com/detail/my-social-media-custom-th/aoplmgafblbhcgmbcgdjlgckefefmpbg |
Περιγραφή | You can easily change facebook theme colors, heading and font colors, with easy GUI design. |
Μέγεθος Αρχείου | 385 KB |
Αριθμός Εγκαταστάσεων | 3,888 |
Τρέχουσα Έκδοση | 2.2 |
Τελευταία Ενημέρωση | 2017-04-15 |
Ημερομηνία Δημοσίευσης | 2017-04-15 |
Αξιολόγηση | 4.16/5 Συνολικά 49 Αξιολογήσεις |
Προγραμματιστής | asad raza |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de,en,fil,fr,tr,da,es,fi,sv,hi,bn,gu,ar,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_shrtName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "2.2", "browser_action": { "default_icon": "icon_24.png", "default_popup": "popup.html" }, "icons": { "16": "icon_128.png", "24": "icon_24.png", "48": "icon_128.png", "128": "icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "welcome\/index.html", "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |