Flash Blocker free
Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.
Τι είναι το Flash Blocker free;
Το Flash Blocker free είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://flashplugin.net, και η κύρια λειτουργία του είναι "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Flash Blocker free
Λήψη αρχείων επέκτασης Flash Blocker free σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a small browser extension that will help to disable Flash ads on any page. You won't be bothered by annoying ads with or without sound. Immediately after installing the expansion will begin to block Flash elements on the page, replacing them not causing irritation pattern. Just click on the picture to see the blocked item. You can add a site to the trusted list and Flash Blocker Free will not block anything on this domain.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gejadgkogecdjipdihdemjoafjlolemj |
Επίσημο URL | https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj |
Περιγραφή | Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound. |
Μέγεθος Αρχείου | 172 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2014-10-13 |
Ημερομηνία Δημοσίευσης | 2014-10-13 |
Αξιολόγηση | 2.54/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | http://flashplugin.net |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://flashplugin.net/ |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Flash Blocker free", "default_locale": "en", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.", "background": { "page": "background.html" }, "homepage_url": "http:\/\/flashplugin.net\/", "version": "1.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Flash Blocker free" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "notifications", "cookies" ] } |