Urban Social Networks AdBlocker
Just one click and you are on your way!
Τι είναι το Urban Social Networks AdBlocker;
Το Urban Social Networks AdBlocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Urban VPN, και η κύρια λειτουργία του είναι "Just one click and you are on your way!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Urban Social Networks AdBlocker
Λήψη αρχείων επέκτασης Urban Social Networks AdBlocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Urban Social Network Adblocker is another great product by Urban Cyber Security. Our vast experience in online security allows us to offer our advanced Social Networks ad-blocker. – we can’t use this name, as Urban Social Networks AdBlocker already exists as another extension. Our Chrome Extension users enjoy: - No Ads as part of your social media browsing experience, eliminating feed ads, video ads & banners. - Optimized browsing speeds, due to the savings in bandwidth, the overall download size and server calls are reduced by skipping ads altogether. - Unlike most other Social Networks ad blockers - Urban Social Networks Adblocker does NOT replace original ads with new ones; Get back to enjoying what really matters on social media, your friend’s content! Just click “Add to Chrome” to install the extension, and you are set to surf Socials' feed as you wish! To enable us to block unwanted ads, we need to access and collect certain information, such as: URLs you click, the ads displayed for you and your interaction with the ads, history, click stream data, and IP address. In addition, subject to your consent through the prominent notice, we will be accessing and collecting your web browsing data that includes information on: - search engine results page - web pages visited - clicked stream data - information about the content that you viewed (the ad campaign) - information about where you viewed the content (website, app, or extension). We share this web browsing data in an aggregated, anonymized format with our affiliated companies and business partners for commercial use. We wish to make it clear, we do not want to know your identity, preferences or any information about you personally, all as detailed in the privacy policy (https://www.urban-vpn.com/about-us/privacy/). All product names, logos, brands, trademarks and registered trademarks, which are not owned by us, are property of their respective owners. All company, product and service names used in this app are for identification purposes only. Use of these names, trademarks and brands does not imply endorsement. The app is owned by us and is not an official Facebook application. We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Meta Platforms, Inc
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hhbfkahopnombkekkghbgpcjogbplcnl |
Επίσημο URL | https://chrome.google.com/webstore/detail/urban-social-networks-adb/hhbfkahopnombkekkghbgpcjogbplcnl |
Περιγραφή | Just one click and you are on your way! |
Μέγεθος Αρχείου | 486 KB |
Αριθμός Εγκαταστάσεων | 1,706 |
Τρέχουσα Έκδοση | 1.4.7 |
Τελευταία Ενημέρωση | 2022-12-22 |
Ημερομηνία Δημοσίευσης | 2020-04-28 |
Αξιολόγηση | 2.41/5 Συνολικά 27 Αξιολογήσεις |
Προγραμματιστής | Urban VPN |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.urban-vpn.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.urban-vpn.com/about-us/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Urban Social Networks AdBlocker", "version": "1.4.7", "description": "Just one click and you are on your way!", "manifest_version": 2, "background": { "scripts": [ "bg\/build.js", "ad-blocker\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "ad-blocker\/content.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true } ], "icons": { "16": "icons\/icon.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "webNavigation", "storage", "https:\/\/analytics-toolbar.urban-vpn.com:40443\/*", "https:\/\/analytics-toolbar.urban-vpn.com\/*", "https:\/\/authentication.urban-vpn.com\/*", "https:\/\/sessions.bugsnag.com\/*", "https:\/\/www.google-analytics.com\/collect", "https:\/\/www.facebook.com\/*" ] } |