Imasse - Search to Fund Brighter Futures

Search the web and raise money for your school or others for free!

ما هو Imasse - Search to Fund Brighter Futures؟

Imasse - Search to Fund Brighter Futures هو إضافة Chrome تم تطويرها بواسطة https://imasse.com، والميزة الرئيسية لها هي "Search the web and raise money for your school or others for free!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Imasse - Search to Fund Brighter Futures

قم بتنزيل ملفات الامتداد Imasse - Search to Fund Brighter Futures بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Imasse is a free search engine that donates a portion of its profits to schools around the world from our search ads. You can easily register with your school (if your school has partnered with us) and raise funds directly for their school. If you do not choose to register with your school you will still help to raise money for students across the world all for free!

By using Imasse you are also giving back to those in need. Our company is committed to giving back when we can through ad revenue presented on our search engine without costing anything to the user. When downloaded, your search engine and new tab will be changed to Imasse (powered by Yahoo), where every search you make helps raise money for schools around the world.

★ Features ★
Find top visited website our new tab page
Custom wallpaper and theme for new tab page
Raise money for your own school (if partnered)

★ Your Privacy ★
At Imasse we believe our users' privacy is a big deal. That is why we only collect the needed information from your searches on the Imasse search engine, nothing more. 

★ Permissions ★
The Imasse extension requires several permissions, here are a list off all the permissions we require and why we need them:

"Read and change data on all imasse.com sites": This allows us to hide all of the download buttons on Imasse.com when you have Imasse installed.
"Replace the page that you see when opening a new tab": We will update your new tab page so that you can easily search with Imasse every time you open a new tab.
"Read your browsing history": We don't actually read your browsing history; this is so our extension can provide a list of your top visited sites on the Imasse new tab page. This information does not leave your computer.
"Change your search settings to Imasse.com": We will use this permission to update your default search to Imasse.

★ Legal ★
By installing the Imasse search extension you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy which can be found below. 

https://imasse.com/privacy-policy
https://imasse.com/terms-of-service

★ How To Uninstall ★
1) On your computer, open Chrome.
2) At the top right, click More and then More tools and then Extensions.
3) On to the extension you want to remove, click Remove.
4) Confirm by clicking Remove.

Happy searching :)                    

معلومات أساسية عن التمديد

الاسم Imasse - Search to Fund Brighter Futures Imasse - Search to Fund Brighter Futures
ID acepffgblgfaajbofgfngmdhkdbbmicb
عنوان URL الرسمي https://chromewebstore.google.com/detail/imasse-search-to-fund-bri/acepffgblgfaajbofgfngmdhkdbbmicb
الوصف Search the web and raise money for your school or others for free!
حجم الملف 46.19 KB
عدد التثبيتات 535
النسخة الحالية 1.38
آخر تحديث 2023-09-02
تاريخ النشر 2020-06-30
تقييم 5.00/5 مجموع تقييمات 2
المطور https://imasse.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.imasse.com
عنوان صفحة المساعدة https://www.imasse.com/contact
عنوان صفحة سياسة الخصوصية https://www.imasse.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ImasseName__",
    "description": "__MSG_ImasseDesc__",
    "version": "1.38",
    "default_locale": "en",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.imasse.com",
    "permissions": [
        "topSites",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Imasse",
            "keyword": "imasse.com",
            "search_url": "https:\/\/www.imasse.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/www.imasse.com\/cdn\/img\/png\/favicon-32x32.png",
            "suggest_url": "https:\/\/api.imasse.com\/autosuggest?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "__MSG_ImasseActionTitle__"
    },
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "48": "img\/favicon-48x48.png",
        "128": "img\/favicon-128x128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.yahoo.com\/yhs\/search?hspart=domaindev&hsimp=yhs-domaindev_ddc_imasse&p=*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.imasse.com\/welcome\/register\/success?school=*",
                "https:\/\/www.imasse.com\/welcome?school=*"
            ],
            "js": [
                "saveSchool.js"
            ],
            "run_at": "document_end"
        }
    ]
}