Real Madrid Theme for Facebook
Get the unofficial Real Madrid theme for your Facebook. Complete with logos, color schemes and background images, this extension…
Real Madrid Theme for Facebook क्या है?
Real Madrid Theme for Facebook YaziTipi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the unofficial Real Madrid theme for your Facebook. Complete with logos, color schemes and background images, this extension…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Real Madrid Theme for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get the unofficial Real Madrid theme for your Facebook. Complete with logos, color schemes and background images, this extension will make your Facebook stand out. Download for free now! ** This theme is NOT affiliated with Facebook Inc. **
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eeaiaedfpgangnoebmobjebhbalefhdp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/real-madrid-theme-for-fac/eeaiaedfpgangnoebmobjebhbalefhdp |
विवरण | Get the unofficial Real Madrid theme for your Facebook. Complete with logos, color schemes and background images, this extension… |
फ़ाइल का आकार | 3.19 MB |
स्थापना संख्या | 170 |
वर्तमान संस्करण | 1.18 |
अंतिम अपडेट | 2018-04-27 |
प्रकाशन तिथि | 2018-04-27 |
डेवलपर | YaziTipi.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Real Madrid Theme for Facebook", "version": "1.18", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "header.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "1024.png", "1280.png", "1366.png", "1600.png", "1920.png", "logo.png", "icon.png", "icons\/fb1black.png", "icons\/fb2black.png", "icons\/fb3black.png", "icons\/fb4black.png", "icons\/fb5black.png", "icons\/fb1white.png", "icons\/fb2white.png", "icons\/fb3white.png", "icons\/fb4white.png", "icons\/fb5white.png" ], "browser_action": { "default_icon": { "32": "logo.png" } } } |