Swear Be Gone
Filters swear/bad words!
Wat is Swear Be Gone?
Swear Be Gone is een Chrome-extensie ontwikkeld door Kabir Singh, en de belangrijkste functie is "Filters swear/bad words!".
Extensie Screenshots
Download het CRX-bestand van de extensie Swear Be Gone
Download Swear Be Gone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them! Version: 1.0.1 - Updated censored words so that each letter represent a "*".
Basisinformatie over de Extensie
Naam | |
ID | hbicccdaibeakimkhmgoglhbodhofpnb |
Officiële URL | https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb |
Beschrijving | Filters swear/bad words! |
Bestandsgrootte | 11.25 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-03-25 |
Publicatiedatum | 2017-03-25 |
Beoordeling | 2.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Kabir Singh |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swear Be Gone", "version": "1.0.1", "description": "Filters swear\/bad words!", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |