Online Search
Online Search replaces your new tab with trending searches & sponsored web search.
Τι είναι το Online Search;
Το Online Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Online Search Tool, και η κύρια λειτουργία του είναι "Online Search replaces your new tab with trending searches & sponsored web search.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Online Search
Λήψη αρχείων επέκτασης Online Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With Online Search extension you get a New Tab search experience including
-New tab search form functionality.
-Popular Daily Trending Searches
-Convenient sponsored web search on your new tab.
Permissions we request:
New Tab:
This permission allows the extension to replace the page you see when opening a new tab
Privacy Policy:
https://onlinesearchtool.org/pages2/privacy.html
Uninstall Instructions:
https://onlinesearchtool.org/pages2/uninstall.html Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | nhokeekobeiamfefjfdpjimojmdceghn |
| Επίσημο URL | https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn |
| Περιγραφή | Online Search replaces your new tab with trending searches & sponsored web search. |
| Μέγεθος Αρχείου | 789 KB |
| Αριθμός Εγκαταστάσεων | 34,096 |
| Τρέχουσα Έκδοση | 1.0.1.1 |
| Τελευταία Ενημέρωση | 2023-01-22 |
| Ημερομηνία Δημοσίευσης | 2022-04-09 |
| Προγραμματιστής | Online Search Tool |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://onlinesearchtool.org/pages/privacy.html |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1.1",
"manifest_version": 3,
"short_name": "Online Search",
"description": "Online Search replaces your new tab with trending searches & sponsored web search.",
"name": "Online Search",
"background": {
"service_worker": "service_worker.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.onlinesearchtool.org\/*"
],
"resources": [
"*.json",
"favicon.ico"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |