Searchberry Home Page

Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...

Qu'est-ce que Searchberry Home Page ?

Searchberry Home Page est une extension Chrome développée par searchberry.xyz, et sa fonction principale est "Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Searchberry Home Page

Téléchargez les fichiers d'extension Searchberry Home Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Find your search results faster. Install with few clicks. Get all the top results on a clean browser. Install Now.

By clicking "Add to chrome", you accept and agree to installing the Searchberry, Search In Berry Way! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

https://searchberry.xyz/
https://searchberry.xyz/Term-condition.php
https://searchberry.xyz/Privacy.php                    

Informations de Base sur l'Extension

Nom Searchberry Home Page Searchberry Home Page
ID cojncglajihhonbkdmhbckkpfncokdfc
URL Officiel https://chromewebstore.google.com/detail/searchberry-home-page/cojncglajihhonbkdmhbckkpfncokdfc
Description Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...
Taille du Fichier 97.22 KB
Nombre d'Installations 71
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-02-09
Date de Publication 2019-03-27
Évaluation 4.90/5 Total 62 Évaluations
Développeur searchberry.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://searchberry.xyz/
URL de la Page d'Aide https://searchberry.xyz/Privacy.php
URL de la Page de Politique de Confidentialité policy.https://searchberry.xyz/Privacy.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchberry Home Page",
    "version": "1.0.0",
    "description": "Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...",
    "homepage_url": "http:\/\/searchberry.co\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "content\/new_tab_url_injector.js",
                "libs\/jquery.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/urls.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/interface.js",
                "content\/new_tab_url_injector.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18.png",
        "default_title": "Searchberry"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "searchberry.html"
    }
}