9GAG Unwanted
Filter unwanted posts from 9GAG
Wat is 9GAG Unwanted?
9GAG Unwanted is een Chrome-extensie ontwikkeld door wheatup, en de belangrijkste functie is "Filter unwanted posts from 9GAG".
Extensie Screenshots
Download het CRX-bestand van de extensie 9GAG Unwanted
Download 9GAG Unwanted-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
Block 9GAG posts based on tags and post titles!
Basisinformatie over de Extensie
Naam | 9GAG Unwanted |
ID | lnldkhdgiphhdgdfmjgpcgpihggimppd |
Officiële URL | https://chromewebstore.google.com/detail/9gag-unwanted/lnldkhdgiphhdgdfmjgpcgpihggimppd |
Beschrijving | Filter unwanted posts from 9GAG |
Bestandsgrootte | 179 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2024-02-15 |
Publicatiedatum | 2022-09-21 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | wheatup |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "9GAG Unwanted", "short_name": "9GAG Unwanted", "version": "0.2.2", "description": "Filter unwanted posts from 9GAG", "background": { "service_worker": ".\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.9gag.com\/*" ], "author": "wheatup", "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/9gag-unwanted\/lnldkhdgiphhdgdfmjgpcgpihggimppd", "action": { "default_popup": "popup.html", "default_title": "9GAG Unwanted", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "css": [ "content.css" ], "matches": [ "*:\/\/*.9gag.com\/*" ], "js": [ "content.js" ] } ] } |