Portfolio Banners
Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
Τι είναι το Portfolio Banners;
Το Portfolio Banners είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brother Ad School, και η κύρια λειτουργία του είναι "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Portfolio Banners
Λήψη αρχείων επέκτασης Portfolio Banners σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Now, creative directors (it’s a tool for them, mostly) will be able to see portfolios without compromising their time. This extension does: - Swap all banner formats. - Swap Google Adsense - Hide spam
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bhnngdimlbmghlonhlbeldibdlekggeh |
Επίσημο URL | https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh |
Περιγραφή | Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet |
Μέγεθος Αρχείου | 292 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2016-05-23 |
Ημερομηνία Δημοσίευσης | 2016-05-23 |
Αξιολόγηση | 4.97/5 Συνολικά 29 Αξιολογήσεις |
Προγραμματιστής | Brother Ad School |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://brotherad.com/portfoliobanners/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portfolio Banners", "version": "1.0.6", "description": "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "19": "icon-19-disabled.png", "38": "icon-38-disabled.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "tabs", "background", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |