9GAG Unwanted

Filter unwanted posts from 9GAG

Qu'est-ce que 9GAG Unwanted ?

9GAG Unwanted est une extension Chrome développée par wheatup, et sa fonction principale est "Filter unwanted posts from 9GAG".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 9GAG Unwanted

Téléchargez les fichiers d'extension 9GAG Unwanted 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

                        Block 9GAG posts based on tags and post titles!                    

Informations de Base sur l'Extension

Nom 9GAG Unwanted 9GAG Unwanted
ID lnldkhdgiphhdgdfmjgpcgpihggimppd
URL Officiel https://chromewebstore.google.com/detail/9gag-unwanted/lnldkhdgiphhdgdfmjgpcgpihggimppd
Description Filter unwanted posts from 9GAG
Taille du Fichier 179 KB
Nombre d'Installations 86
Version Actuelle 0.2.2
Dernière Mise à Jour 2024-02-15
Date de Publication 2022-09-21
Évaluation 3.67/5 Total 3 Évaluations
Développeur wheatup
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}