9gag post filter
A post filter for 9GAG.com
Qu'est-ce que 9gag post filter ?
9gag post filter est une extension Chrome développée par amitbokodev, et sa fonction principale est "A post filter for 9GAG.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 9gag post filter
Téléchargez les fichiers d'extension 9gag post filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is meant to fix what the 9gag devs shamelessly broke, or refuse to give us. features include: - BRING BACK THE DOWNVOTES - Mark spammer accounts - Show days next to the username on every post - Hide users with less than X amount of days - Hide anonymous 9GAGGER posts - Hide users with blue chackmarks - Hide posts by tags or words in the title Use this extension on android with Kiwi browser. This extension is also on FIrefox and Firefox for Android! Check '9gag-post-filter' on github to see how to install it
Informations de Base sur l'Extension
Nom | 9gag post filter |
ID | ajkipkkhchaaccpbpkclolpebkgbmodl |
URL Officiel | https://chromewebstore.google.com/detail/9gag-post-filter/ajkipkkhchaaccpbpkclolpebkgbmodl |
Description | A post filter for 9GAG.com |
Taille du Fichier | 46.81 KB |
Nombre d'Installations | 799 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2023-06-19 |
Date de Publication | 2023-02-06 |
Évaluation | 4.60/5 Total 15 Évaluations |
Développeur | amitbokodev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AmitBokoDev/9gag-post-filter |
URL de la Page d'Aide | https://github.com/AmitBokoDev/9gag-post-filter/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9gag post filter", "description": "A post filter for 9GAG.com", "version": "1.1.6", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "css": [ "assets\/css\/content.css" ], "js": [ "assets\/js\/jquery_slim_mini.js", "assets\/js\/content.js" ], "matches": [ "https:\/\/9gag.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'" } ] } |