BarbBlock
Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Vad är BarbBlock?
BarbBlock är en Chrome-tillägg utvecklad av paulgb, och dess huvudfunktion är "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".
Tilläggsskärmbilder
Ladda ner BarbBlock-förlängningens CRX-fil
Ladda ner BarbBlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
BarbBlock is a content blocking extension for Google Chrome. It blocks requests to sites which have used DMCA takedowns to force removal from other blacklists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.
Grundläggande Information om Tillägg
Namn | BarbBlock |
ID | nfgbdnfloghjocgmnclgpjnhhghmjpma |
Officiell webbadress | https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma |
Beskrivning | Blocks requests to sites which have used legal threats to remove themselves from other blacklists. |
Filstorlek | 22.01 KB |
Antal Installationer | 194 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2019-06-03 |
Publiceringsdatum | 2019-06-03 |
Betyg | 4.94/5 Totalt 16 Betyg |
Utvecklare | paulgb |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/paulgb/BarbBlock/blob/master/README.md |
URL till Sekretesspolicy Sidan | https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BarbBlock", "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.", "version": "1.5", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "scripts": [ "barbblock.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", " |