Fascist Rag Be Gone
Gives you something better in place of a crappy 'news' site
Wat is Fascist Rag Be Gone?
Fascist Rag Be Gone is een Chrome-extensie ontwikkeld door https://www.symbollix.org, en de belangrijkste functie is "Gives you something better in place of a crappy 'news' site".
Extensie Screenshots
Download het CRX-bestand van de extensie Fascist Rag Be Gone
Download Fascist Rag Be Gone-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
Ever mistakenly click on a Daily Mail link and kinda hate yourself for it?
Well this little extension will intercept those mistakes and present you with something far more important, inspiring and news-worth than you're ever going to find on that awful site; namely "James Baxter the Horse" Basisinformatie over de Extensie
| Naam | |
| ID | dbjikbcblnkekheiemjbbamghdbklaen |
| Officiële URL | https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen |
| Beschrijving | Gives you something better in place of a crappy 'news' site |
| Bestandsgrootte | 3 MB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2014-03-30 |
| Publicatiedatum | 2014-03-30 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.symbollix.org |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fascist Rag Be Gone",
"version": "1.2",
"description": "Gives you something better in place of a crappy 'news' site",
"web_accessible_resources": [
"assets\/*.*",
"js\/*.*",
"css\/*.*",
"index.html"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dailymail.co.uk\/*"
],
"js": [
"js\/external.js",
"js\/app.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_start"
}
]
} | |