CR GB Delete
An extension to delete every GB post
What is CR GB Delete?
CR GB Delete is a Chrome extension developed by Beardfist, and its main feature is "An extension to delete every GB post".
Extension Screenshots
Download CR GB Delete Extension CRX File
Download CR GB Delete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A quick extension to delete GB posts.
Extension Basic Information
Name | CR GB Delete |
ID | kpdenplmognkddfdfmnaggamjmhaahbc |
Official URL | https://chromewebstore.google.com/detail/cr-gb-delete/kpdenplmognkddfdfmnaggamjmhaahbc |
Description | An extension to delete every GB post |
File Size | 86.7 KB |
Installation Count | 30 |
Current Version | 1.6.8 |
Last Updated | 2018-10-24 |
Publish Date | 2018-10-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Beardfist |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |