CR GB Delete
An extension to delete every GB post
Cos'è CR GB Delete?
CR GB Delete è un'estensione di Chrome sviluppata da Beardfist, e la sua funzione principale è "An extension to delete every GB post".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CR GB Delete
Scarica i file di estensione CR GB Delete 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
A quick extension to delete GB posts. Informazioni di Base sull'Estensione
| Nome | |
| ID | kpdenplmognkddfdfmnaggamjmhaahbc |
| URL Ufficiale | https://chromewebstore.google.com/detail/cr-gb-delete/kpdenplmognkddfdfmnaggamjmhaahbc |
| Descrizione | An extension to delete every GB post |
| Dimensione del File | 86.7 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 1.6.8 |
| Ultimo Aggiornamento | 2018-10-24 |
| Data di Pubblicazione | 2018-10-24 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Beardfist |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CR GB Delete",
"version": "1.6.8",
"manifest_version": 2,
"description": "An extension to delete every GB post",
"background": {
"scripts": [
"bgp.js",
"jquery.min.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.crunchyroll.com\/user\/*",
"https:\/\/www.crunchyroll.com\/group\/*"
],
"js": [
"jquery.min.js",
"delete.js"
],
"css": [
"gb.css"
]
},
{
"matches": [
"https:\/\/www.crunchyroll.com\/showgb*"
],
"js": [
"jquery.min.js",
"jquery-ui.min.js",
"gbDelete.js"
],
"css": [
"jquery-ui.min.css"
]
}
],
"permissions": [
"https:\/\/www.crunchyroll.com\/"
],
"icons": {
"48": "48.png",
"128": "128.png"
}
} | |