Ocean Rescuers a search engine to save oceans
Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.
Ocean Rescuers a search engine to save oceans क्या है?
Ocean Rescuers a search engine to save oceans http://oceanrescuers.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ocean Rescuers a search engine to save oceans एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ocean Rescuers is a search engine, with a different philosophy as we use our ad revenue to clean up the beaches and oceans around the world. Add this to chrome today and join the Ocean Rescuers community to save our oceans for future generations. Just use our search engine and you can make a difference. Please read carefully: by clicking Add To Chrome I agree to change my new tab to that provided by the service and to the privacy policy and terms of service below. https://oceanrescuers.org/privacy.html https://oceanrescuers.org/terms.html
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cdjkoaioeapjmjnjfpjpmiakkfklkacb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ocean-rescuers-a-search-e/cdjkoaioeapjmjnjfpjpmiakkfklkacb |
विवरण | Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search. |
फ़ाइल का आकार | 278 KB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2022-02-11 |
प्रकाशन तिथि | 2021-06-08 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | http://oceanrescuers.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://oceanrescuers.org |
गोपनीयता नीति पृष्ठ URL | https://oceanrescuers.org/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ocean Rescuers a search engine to save oceans", "description": "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.", "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/api.bing.com\/*", "*:\/\/oceanrescuers.org\/*", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/oceanrescuers.org\/" ], "js": [ "content.bundle.js" ] } ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/api.bing.com\/ https:\/\/oceanrescuers.org; object-src 'self'", "version": "0.0.4" } |