Fast, Power EcoSearch

Fast, Power EcoSearch

Fast, Power EcoSearchとは何ですか?

Fast, Power EcoSearchはhttps://fastecosearch.comによって開発されたChromeの拡張機能で、その主な機能は「Fast, Power EcoSearch」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Fast, Power EcoSearch拡張機能のCRXファイルをダウンロード

Fast, Power EcoSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Speed  up your browser with a couple of clicks.

The Fast Power Ecosearch extension will allow you to speed up your Google Chrome browser several times with any Internet connection. 20% of profit goes to charities, which plant trees, so in the extension you can see how many trees u planted in real life, by using Fast, Power EcoSearch.
Now Charity goes to - https://www.worldlandtrust.org/

We use the following tools for that:

1. Accelerated search powered by Yahoo or Bing.
Instead of the standard Google Chrome search, you use an accelerated search engine that loads search results in advance, allowing you to find and visit sites more faster. 

2. Saving RAM.
The inactive tab cache is reset, saving the resources of your RAM. This prevents the browser from using the extra power is useless, just to maintain multiple tabs.

3. Preload system.
If your cursor lingers on an active link for more than a certain time, then the browser starts to load the site that is accessible via this link in advance. Thus, all links will open 2-3 times faster than usual.

All these functions are available to you in one click. Just install the extension and enable those functions that will be most convenient for you.

Use Fast Ecosearch and forget about the slow browser.

Privacy policy: 
https://fasttsearch.club/lander/privacy/privacy-policy.html                    

拡張機能の基本情報

名前 Fast, Power EcoSearch Fast, Power EcoSearch
ID alijmadgecnblhjilopnnggdpalopbhe
公式URL https://chrome.google.com/webstore/detail/fast-power-ecosearch/alijmadgecnblhjilopnnggdpalopbhe
説明 Fast, Power EcoSearch
ファイルサイズ 152 KB
インストール数 545
現在のバージョン 1.1.0
最終更新日 2021-03-17
公開日 2020-07-04
評価 4.71/5 合計 28 レビュー
開発者 https://fastecosearch.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fasttsearch.club/lander/privacy/index.html
プライバシーポリシーページのURL https://fasttsearch.club/lander/privacy/privacy-policy.html
対応言語 de,en,fr,es,it,bg,ru,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_fpes_name__",
    "description": "__MSG_fpes_desc__",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "assets\/icons\/logo.png",
        "default_title": "Fast, Power EcoSearch (Bing)",
        "default_popup": "tpl\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "32": "assets\/icons\/logo-32.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "default_locale": "en",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/fasttsearch.club\/lander\/privacy\/logo.png",
            "is_default": true,
            "keyword": "SPA",
            "name": "Secure",
            "search_url": "https:\/\/fastecosearch.com\/?red={searchTerms}",
            "suggest_url": "https:\/\/fastecosearch.com\/?red={searchTerms}"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/script.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}