Edited-for-TV-ifier
The only Chrome Extension with the guts to clean up the internet
Wat is Edited-for-TV-ifier?
Edited-for-TV-ifier is een Chrome-extensie ontwikkeld door kidcompassion, en de belangrijkste functie is "The only Chrome Extension with the guts to clean up the internet".
Extensie Screenshots
Download het CRX-bestand van de extensie Edited-for-TV-ifier
Download Edited-for-TV-ifier-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
This application filters through the contents of a page and swaps out curse words for cleaned-up version, like you might see in a film that's been edited for TV.
Basisinformatie over de Extensie
Naam | |
ID | jabkjnfbhckinocelddncngiddokimkp |
Officiële URL | https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp |
Beschrijving | The only Chrome Extension with the guts to clean up the internet |
Bestandsgrootte | 7.58 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-09-09 |
Publicatiedatum | 2013-09-09 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kidcompassion |
Betalingswijze | free |
Extensiewebsite | http://sallypoulsen.com/edited-for-tv-ifier/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edited-for-TV-ifier", "version": "0.1", "permissions": [ "tabs", "http:\/\/*\/*" ], "description": "The only Chrome Extension with the guts to clean up the internet", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "web_accessible_resources": [ "background.js" ] } |