Anonymous
Search anything with 100 % anonymity.
Τι είναι το Anonymous;
Το Anonymous είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://anonymous.am, και η κύρια λειτουργία του είναι "Search anything with 100 % anonymity.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Anonymous
Λήψη αρχείων επέκτασης Anonymous σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Our privacy policy is very simple: for us, the user is not a product that we sell, but an ally in the fight for protected Internet. User confidentiality is a fundamental human right, and we respect it by providing privacy-oriented services:
-> No tracking
Anonymous.am does not record your IP address, browser or device information. The search engine uses its own private servers and bypasses the third-party infrastructure, thereby maximizing the anonymity of the user.
-> Ad-free search
Unlike commercial services, we do not pursue the goal of making money on the sale of users’ digital portraits, which advertisers use to follow consumers with targeted advertising.
-> Unbiased search results
With the help of our search engine, you will get a very simple interface with a huge access to data around the world which is not based on your search history.
Stand up for your privacy - install Anonymous.am now! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | knbajhliaffgmfpjaogiapomekbioehf |
| Επίσημο URL | https://chromewebstore.google.com/detail/anonymous/knbajhliaffgmfpjaogiapomekbioehf |
| Περιγραφή | Search anything with 100 % anonymity. |
| Μέγεθος Αρχείου | 10.13 KB |
| Αριθμός Εγκαταστάσεων | 710 |
| Τρέχουσα Έκδοση | 1.0.2 |
| Τελευταία Ενημέρωση | 2020-02-01 |
| Ημερομηνία Δημοσίευσης | 2020-01-31 |
| Αξιολόγηση | 4.62/5 Συνολικά 45 Αξιολογήσεις |
| Προγραμματιστής | https://anonymous.am |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "Anonymous",
"version": "1.0.2",
"icons": {
"128": "\/icon\/icon.png"
},
"name": "Anonymous",
"description": "Search anything with 100 % anonymity.",
"browser_action": {
"default_icon": "\/icon\/icon.png",
"default_title": "Anonymous"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"matches": [
"*:\/\/*.anonymous.am\/*"
],
"js": [
"js\/content.js"
]
}
],
"chrome_settings_overrides": {
"homepage": "https:\/\/anonymous.am",
"search_provider": {
"name": "https:\/\/anonymous.am",
"keyword": "https:\/\/anonymous.am",
"search_url": "https:\/\/anonymous.am\/?q={searchTerms}",
"favicon_url": "https:\/\/anonymous.am\/image\/fav_anon_16.png?r=3524456456",
"encoding": "UTF-8",
"is_default": true
},
"startup_pages": [
"https:\/\/anonymous.am"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"web_accessible_resources": [
"icon\/icon.png"
]
} | |