The Simpsons Theme for Facebook
Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension…
The Simpsons Theme for Facebook क्या है?
The Simpsons Theme for Facebook YaziTipi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Simpsons Theme for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get the unofficial The Simpsons 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 | cgoojeepakfnibnbpnmbckpbdnbogkan |
आधिकारिक URL | https://chrome.google.com/webstore/detail/the-simpsons-theme-for-fa/cgoojeepakfnibnbpnmbckpbdnbogkan |
विवरण | Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension… |
फ़ाइल का आकार | 1.37 MB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.18 |
अंतिम अपडेट | 2018-05-01 |
प्रकाशन तिथि | 2018-04-27 |
डेवलपर | YaziTipi.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Simpsons 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": "icon.png" } } } |