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 asad raza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can easily change facebook theme colors, heading and font colors, with easy GUI design."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Social Media Custom Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |