Soccer
New tab wallpaper, theme: Soccer
Soccer क्या है?
Soccer https://www.your24football.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab wallpaper, theme: Soccer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Soccer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Soccer Wallpapers to make your new tab scary... Soccer Wallpapers by aztec offers a great collection of soccer wallpapers to enjoy on your chrome new tab! Please read carefully: By clicking the “ADD TO CHROME” button in the top right hand corner and installing the Skull wallpapers extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. You can uninstall the extension at any time. Terms of use https://www.blpsearch.com/terms/ Privacy Policy https://www.blpsearch.com/privacy
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kdecpapknihmoemkdnlnplpjchihgjge |
आधिकारिक URL | https://chrome.google.com/webstore/detail/soccer/kdecpapknihmoemkdnlnplpjchihgjge |
विवरण | New tab wallpaper, theme: Soccer |
फ़ाइल का आकार | 22.91 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 1.0.836.444 |
अंतिम अपडेट | 2019-02-07 |
प्रकाशन तिथि | 2019-02-07 |
डेवलपर | https://www.your24football.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://www.blpsearch.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.836.444", "name": "Soccer", "description": "New tab wallpaper, theme: Soccer", "icons": { "128": "icons\/Pics4NewTab-128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/Pics4NewTab-128.png", "default_title": "New Tab" }, "content_scripts": [ { "matches": [ "*:\/\/*.4newtab.com\/soccer_wallpapers*" ], "js": [ "js\/contentScript.js" ], "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "html\/newtab.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.4newtab.com\/*", "https:\/\/*.blpsearch.com\/*", "https:\/\/*.service.prsstobe.com\/*", "*:\/\/*.your24football.com\/*", "cookies" ] } |