StopTheBullshit
Blocks websites that publish fake news.
Wat is StopTheBullshit?
StopTheBullshit is een Chrome-extensie ontwikkeld door Jacopo Notarstefano, en de belangrijkste functie is "Blocks websites that publish fake news.".
Extensie Screenshots
Download het CRX-bestand van de extensie StopTheBullshit
Download StopTheBullshit-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
Basisinformatie over de Extensie
| Naam | |
| ID | mgpabnifogoiekagmgfphjbljpfojkif |
| Officiële URL | https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif |
| Beschrijving | Blocks websites that publish fake news. |
| Bestandsgrootte | 880 KB |
| Aantal Installaties | 180 |
| Huidige Versie | 0.2.5 |
| Laatst Bijgewerkt | 2017-07-02 |
| Publicatiedatum | 2017-07-01 |
| Beoordeling | 4.22/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Jacopo Notarstefano |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jacquerie/stop-the-bullshit |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StopTheBullshit",
"description": "Blocks websites that publish fake news.",
"author": "Jacopo Notarstefano",
"version": "0.2.5",
"icons": {
"48": "src\/img\/StB48.png",
"128": "src\/img\/StB128.png"
},
"background": {
"scripts": [
"src\/js\/urls.js",
"src\/js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"css": [
"src\/css\/facebook.css"
],
"js": [
"lib\/underscore\/underscore.min.js",
"lib\/jquery\/jquery.min.js",
"src\/js\/urls.js",
"src\/js\/facebook.js"
]
}
],
"web_accessible_resources": [
"src\/blocked.html"
],
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |