Famous Places Custom Background
Change your Search Engine Background to a Famous Places photo
Famous Places Custom Background क्या है?
Famous Places Custom Background MTB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change your Search Engine Background to a Famous Places photo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Famous Places Custom Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an extension that allows you to change your browsers New Tab background to a preset picture, or custom color. By clicking "Add to chrome", I accept and agree to installing the Famous Places Background Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy Policy (https://manictraffic.com/privacy-policy) and Terms of Use (https://manictraffic.com/terms-of-service).
एक्सटेंशन की मूल जानकारी
नाम | Famous Places Custom Background |
ID | gglahghllejnjcbgkdcgnddfadlhhojg |
आधिकारिक URL | https://chromewebstore.google.com/detail/famous-places-custom-back/gglahghllejnjcbgkdcgnddfadlhhojg |
विवरण | Change your Search Engine Background to a Famous Places photo |
फ़ाइल का आकार | 1.01 MB |
स्थापना संख्या | 11,095 |
वर्तमान संस्करण | 2.6 |
अंतिम अपडेट | 2020-09-22 |
प्रकाशन तिथि | 2019-06-03 |
डेवलपर | MTB |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://manictraffic.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Famous Places Custom Background", "description": "Change your Search Engine Background to a Famous Places photo", "homepage_url": "http:\/\/famousplacesextension.com\/", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "declarativeContent", "storage", "webNavigation", "management", "tabs", "http:\/\/mtbextension.com\/famous_place\/", "https:\/\/images.unsplash.com\/", "https:\/\/use.fontawesome.com\/", "topSites" ], "version": "2.6", "browser_action": { "default_icon": { "16": "images\/bd-16.png", "32": "images\/bd-32.png", "48": "images\/bd-48.png", "128": "images\/bd-128.png" } }, "icons": { "16": "images\/bd-16.png", "32": "images\/bd-32.png", "48": "images\/bd-48.png", "128": "images\/bd-128.png" }, "chrome_url_overrides": { "newtab": "landing.html" }, "web_accessible_resources": [ "images\/*.*" ], "content_security_policy": "script-src 'self'; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;" } |