Removed Sponsored Content
This extension removes sponsored Content from web pages
Τι είναι το Removed Sponsored Content;
Το Removed Sponsored Content είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abrownm24, και η κύρια λειτουργία του είναι "This extension removes sponsored Content from web pages".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Removed Sponsored Content
Λήψη αρχείων επέκτασης Removed Sponsored Content σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tired of sponsored content on websites tricking you into navigating to unwanted pages across often suspicious and advertisement filled websites? Well no more! This extension will remove all "Around the web", "Sponsored", and "Featured" content from websites that redirect you to another web site. Any links internal to the site you are currently viewing are left in tact, only the links to external sites are removed. The extension is still new so please note any bugs you find. If there are any websites where the "sponsored" section still appears, let me know and I will work on including them.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hcdjjimgpihpnlbhgpjappbjehhpbfol |
Επίσημο URL | https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol |
Περιγραφή | This extension removes sponsored Content from web pages |
Μέγεθος Αρχείου | 89.09 KB |
Αριθμός Εγκαταστάσεων | 215 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-11-28 |
Ημερομηνία Δημοσίευσης | 2015-11-28 |
Αξιολόγηση | 2.30/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | abrownm24 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Removed Sponsored Content", "short_name": "R S C", "description": "This extension removes sponsored Content from web pages", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "mycss.css" ], "run_at": "document_idle", "js": [ "jquery.js", "jquery-ui.js", "myscript.js" ] } ], "icons": { "16": "RSC.png", "48": "RSC.png", "128": "RSC.png" }, "permissions": [ "tabs" ] } |