Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Τι είναι το Ad Blocking Power;
Το Ad Blocking Power είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chapter 7 Certified, και η κύρια λειτουργία του είναι "Show an Old Spice ad instead of a normal ad.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ad Blocking Power
Λήψη αρχείων επέκτασης Ad Blocking Power σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension replaces image ads on the web with Terry Crews and Old Spice images. Not affiliated with Terry Crews or Old Spice. Based off of the Doge Ad Blocker: https://github.com/grevory/doge-ad-blocker-chrome-extension
Βασικές Πληροφορίες Επέκτασης
Όνομα | Ad Blocking Power |
ID | najdbfgcbeanghldlcndgjhiemobnmof |
Επίσημο URL | https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof |
Περιγραφή | Show an Old Spice ad instead of a normal ad. |
Μέγεθος Αρχείου | 105 KB |
Αριθμός Εγκαταστάσεων | 472 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-01-11 |
Ημερομηνία Δημοσίευσης | 2016-01-11 |
Αξιολόγηση | 4.10/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Chapter 7 Certified |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.chapter7certified.tk |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Blocking Power", "description": "Show an Old Spice ad instead of a normal ad.", "author": "Liam Mills", "version": "0.1", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/power-ad-blocker-16.png", "48": "icons\/power-ad-blocker-48.png", "128": "icons\/power-ad-blocker-128.png" }, "browser_action": { "default_icon": "icons\/power-ad-blocker-19.png", "default_title": "Power Ad Blocker Settings", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "power-ad-replacer.js" ] } ] } |