AdBlocker for Gmail™
Removes all annoying Ads and banners from your Gmail
Τι είναι το AdBlocker for Gmail™;
Το AdBlocker for Gmail™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jorvi, και η κύρια λειτουργία του είναι "Removes all annoying Ads and banners from your Gmail".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AdBlocker for Gmail™
Λήψη αρχείων επέκτασης AdBlocker for Gmail™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AdBlocker for Gmail™ allows you to remove all annoying contents, Ads, and banners from your Gmail inbox.
Key features:
a) This addon is very lite with no significant memory and CPU usage.
b) It effectively removes all annoying Ads (including web-clip suggestions) from your Gmail Inbox, both at the top-header and bottom-footer.
c) It also removes annoying Ads from the right side-bar of each individual email page.
d) When ads are removed, the inbox is fully expanded to the right.
Note: AdBlocker for Gmail™ does NOT belong or relate to the official Gmail application/website at all. It is basically an unofficial Addon that is developed and maintained independently. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ibheakdaofadipjoplaococmmjcefcop |
| Επίσημο URL | https://chromewebstore.google.com/detail/adblocker-for-gmail/ibheakdaofadipjoplaococmmjcefcop |
| Περιγραφή | Removes all annoying Ads and banners from your Gmail |
| Μέγεθος Αρχείου | 32.09 KB |
| Αριθμός Εγκαταστάσεων | 1,686 |
| Τρέχουσα Έκδοση | 0.1.8 |
| Τελευταία Ενημέρωση | 2018-10-25 |
| Ημερομηνία Δημοσίευσης | 2018-10-24 |
| Αξιολόγηση | 4.25/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | Jorvi |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.8",
"manifest_version": 2,
"short_name": "clean-email",
"name": "AdBlocker for Gmail\u2122",
"background": {
"page": "lib\/chrome\/background.html"
},
"homepage_url": "http:\/\/mybrowseraddon.com\/clean-email.html",
"description": "Removes all annoying Ads and banners from your Gmail",
"options_ui": {
"chrome_style": true,
"page": "data\/options\/options.html"
},
"permissions": [
"tabs",
"storage",
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequestBlocking"
],
"content_scripts": [
{
"all_frames": true,
"run_at": "document_start",
"css": [
"data\/content_script\/inject.css"
],
"matches": [
"*:\/\/mail.google.com\/*",
"*:\/\/*.mail.google.com\/*"
]
}
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |