Steem Blacklist Notifier
This extension shows if user is on a Blacklist for Steem related sites
Wat is Steem Blacklist Notifier?
Steem Blacklist Notifier is een Chrome-extensie ontwikkeld door TheMarkyMark, en de belangrijkste functie is "This extension shows if user is on a Blacklist for Steem related sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Steem Blacklist Notifier
Download Steem Blacklist Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Steem Blacklist Notifier
Basisinformatie over de Extensie
Naam | |
ID | mpdhebkniabfjiobchnbkbcbimafablb |
Officiële URL | https://chromewebstore.google.com/detail/steem-blacklist-notifier/mpdhebkniabfjiobchnbkbcbimafablb |
Beschrijving | This extension shows if user is on a Blacklist for Steem related sites |
Bestandsgrootte | 24.33 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.10 |
Laatst Bijgewerkt | 2019-07-26 |
Publicatiedatum | 2019-07-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | TheMarkyMark |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steem Blacklist Notifier", "icons": { "128": "img\/icon.png" }, "description": "This extension shows if user is on a Blacklist for Steem related sites", "version": "1.0.10", "content_scripts": [ { "css": [ "css\/alert.css" ], "js": [ "scripts\/content.js", "scripts\/modernizr.custom.80028.js" ], "matches": [ "https:\/\/steemit.com\/*", "https:\/\/steempeak.com\/*", "https:\/\/partiko.app\/*", "https:\/\/busy.org\/*", "https:\/\/www.steeve.app\/*", "https:\/\/actifit.io\/*", "https:\/\/www.palnet.io\/*", "https:\/\/stemgeeks.net\/*", "https:\/\/www.creativecoin.xyz\/*", "https:\/\/www.steemleo.com\/*", "https:\/\/www.weedcash.network\/*", "https:\/\/www.splintertalk.io\/*" ] } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", "http:\/\/blacklist.usesteem.com\/*" ], "web_accessible_resources": [ "css\/alert.css" ], "browser_action": { "default_title": "Steem Blacklist", "default_icon": "img\/icon.png" } } |