Div Be Gone
Delete persky div tags
Vad är Div Be Gone?
Div Be Gone är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Delete persky div tags".
Tilläggsskärmbilder
Ladda ner Div Be Gone-förlängningens CRX-fil
Ladda ner Div Be Gone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Div Be Gone |
ID | fpdeemfnmfadndkoaafnnlfbceicekcn |
Officiell webbadress | https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn |
Beskrivning | Delete persky div tags |
Filstorlek | 72.42 KB |
Antal Installationer | 46 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-06-28 |
Publiceringsdatum | 2017-06-28 |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rtrigoso/dom_delete_extension |
Stödda Språk | 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 } |