Div Be Gone
Delete persky div tags
What is Div Be Gone?
Div Be Gone is a Chrome extension developed by Unknown, and its main feature is "Delete persky div tags".
Extension Screenshots
Download Div Be Gone Extension CRX File
Download Div Be Gone 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
Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.
Extension Basic Information
Name | Div Be Gone |
ID | fpdeemfnmfadndkoaafnnlfbceicekcn |
Official URL | https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn |
Description | Delete persky div tags |
File Size | 72.42 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2017-06-28 |
Publish Date | 2017-06-28 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/rtrigoso/dom_delete_extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Div Be Gone", "description": "Delete persky div tags", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Delete pesky div tags", "default_icon": "aerosol.png" }, "manifest_version": 2 } |