KidSearch.Games Search

KidSearch.Games Search - Helps you find ad free games on https://www.kidsearch.games

Τι είναι το KidSearch.Games Search;

Το KidSearch.Games Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.kidsearch.games, και η κύρια λειτουργία του είναι "KidSearch.Games Search - Helps you find ad free games on https://www.kidsearch.games".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης KidSearch.Games Search

Λήψη αρχείων επέκτασης KidSearch.Games Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "KidSearch.Games Search" is an extension for Chrome that helps to find ad free games on https://kidsearch.games

The main functions of the "KidSearch.Games Search":

* Provide "New Tab" with easy game search on site KidSearch.Games;
* New games from KidSearch.Games;
* Hot links on popular sites;
* Disable ads on site KidSearch.Games


How to uninstall extension:

1. Open Chrome browser
2. Press on top-right button with 3 dots;
3. Select "More Tools';
4. Select "Extensions";
5. Find "KidSearch.Games Search";
6. Press button "Remove";
7. Done!

How restore "New Tab" for default:

1. Open Chrome browser
2. Press on top-right button with 3 dots;
3. Select "Settings';
4. Scroll to "On startup";
5. Press "Advanced"
6. Scroll down to "Reset and clean up";
7. Press on button "Reset settings";
8. Done!

More info: https://www.kidsearch.games/page/extensions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα KidSearch.Games Search KidSearch.Games Search
ID ogecoakpedngococamhnhjifkhcbjadj
Επίσημο URL https://chromewebstore.google.com/detail/kidsearchgames-search/ogecoakpedngococamhnhjifkhcbjadj
Περιγραφή KidSearch.Games Search - Helps you find ad free games on https://www.kidsearch.games
Μέγεθος Αρχείου 45.29 KB
Αριθμός Εγκαταστάσεων 405
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-02-15
Ημερομηνία Δημοσίευσης 2019-02-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.kidsearch.games
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kidsearch.games
Διεύθυνση URL της Σελίδας Βοήθειας https://kidsearch.games/pages/contact-us
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.0",
    "homepage_url": "https:\/\/www.kidsearch.games",
    "converted_from_user_script": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kidsearch.games\/get-game-code\/*",
                "http:\/\/www.kidsearch.games\/get-game-code\/*",
                "https:\/\/www.kidsearch.games\/games\/*",
                "http:\/\/www.kidsearch.games\/games\/*"
            ],
            "css": [],
            "js": [
                "js\/injection.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "web_accessible_resources": [
        "icons\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-XVrX+tDHWh+zHR9vr3L4hLXLMIyQZmt9G7mmXdFiJPQ='; object-src 'none'"
}