9GAG Unwanted
Filter unwanted posts from 9GAG
Cos'è 9GAG Unwanted?
9GAG Unwanted è un'estensione di Chrome sviluppata da wheatup, e la sua funzione principale è "Filter unwanted posts from 9GAG".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 9GAG Unwanted
Scarica i file di estensione 9GAG Unwanted in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Block 9GAG posts based on tags and post titles!
Informazioni di Base sull'Estensione
Nome | 9GAG Unwanted |
ID | lnldkhdgiphhdgdfmjgpcgpihggimppd |
URL Ufficiale | https://chromewebstore.google.com/detail/9gag-unwanted/lnldkhdgiphhdgdfmjgpcgpihggimppd |
Descrizione | Filter unwanted posts from 9GAG |
Dimensione del File | 179 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2024-02-15 |
Data di Pubblicazione | 2022-09-21 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | wheatup |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |