Biased News Boycotter
Automatically replaces all links to biased news sites with archive links
Vad är Biased News Boycotter?
Biased News Boycotter är en Chrome-tillägg utvecklad av RiceMerchant, och dess huvudfunktion är "Automatically replaces all links to biased news sites with archive links".
Tilläggsskärmbilder
Ladda ner Biased News Boycotter-förlängningens CRX-fil
Ladda ner Biased News Boycotter-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
Stop clicking fake/biased news.
Stop rewarding fake/biased news sites with ad revenue.
This extension will replace all links to them with archive links. Grundläggande Information om Tillägg
| Namn | |
| ID | cdcdbkamgfoecfogbikdpfaadadjhhaj |
| Officiell webbadress | https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj |
| Beskrivning | Automatically replaces all links to biased news sites with archive links |
| Filstorlek | 45.95 KB |
| Antal Installationer | 359 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-03-01 |
| Publiceringsdatum | 2017-03-01 |
| Betyg | 4.92/5 Totalt 12 Betyg |
| Utvecklare | RiceMerchant |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Biased News Boycotter",
"version": "1.0.2",
"manifest_version": 2,
"description": "Automatically replaces all links to biased news sites with archive links",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/left.js",
"js\/right.js",
"js\/util.js",
"main.js"
],
"run_at": "document_end",
"all_frames": true
}
]
} | |