CR GB Delete
An extension to delete every GB post
Co to jest CR GB Delete?
CR GB Delete to rozszerzenie Chrome opracowane przez Beardfist, a jego główną funkcją jest „An extension to delete every GB post”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CR GB Delete
Pobierz pliki rozszerzeń CR GB Delete w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A quick extension to delete GB posts.
Podstawowe informacje o rozszerzeniu
Nazwa | CR GB Delete |
ID | kpdenplmognkddfdfmnaggamjmhaahbc |
Oficjalny URL | https://chromewebstore.google.com/detail/cr-gb-delete/kpdenplmognkddfdfmnaggamjmhaahbc |
Opis | An extension to delete every GB post |
Rozmiar pliku | 86.7 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.6.8 |
Ostatnia Aktualizacja | 2018-10-24 |
Data Publikacji | 2018-10-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Beardfist |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |