StopTheBullshit
Blocks websites that publish fake news.
Hvad er StopTheBullshit?
StopTheBullshit er en Chrome-udvidelse udviklet af Jacopo Notarstefano, og dens hovedfunktion er "Blocks websites that publish fake news.".
Udvidelsesskærmbilleder
Download StopTheBullshit-udvidelses-CRX-fil
Download StopTheBullshit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mgpabnifogoiekagmgfphjbljpfojkif |
| Officiel URL | https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif |
| Beskrivelse | Blocks websites that publish fake news. |
| Filstørrelse | 880 KB |
| Antal Installationer | 180 |
| Nuværende Version | 0.2.5 |
| Senest Opdateret | 2017-07-02 |
| Udgivelsesdato | 2017-07-01 |
| Bedømmelse | 4.22/5 Samlet 9 Bedømmelser |
| Udvikler | Jacopo Notarstefano |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/jacquerie/stop-the-bullshit |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |