Edited-for-TV-ifier
The only Chrome Extension with the guts to clean up the internet
Hvad er Edited-for-TV-ifier?
Edited-for-TV-ifier er en Chrome-udvidelse udviklet af kidcompassion, og dens hovedfunktion er "The only Chrome Extension with the guts to clean up the internet".
Udvidelsesskærmbilleder
Download Edited-for-TV-ifier-udvidelses-CRX-fil
Download Edited-for-TV-ifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jabkjnfbhckinocelddncngiddokimkp |
Officiel URL | https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp |
Beskrivelse | The only Chrome Extension with the guts to clean up the internet |
Filstørrelse | 7.58 KB |
Antal Installationer | 11 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-09-09 |
Udgivelsesdato | 2013-09-09 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | kidcompassion |
Betalingsmetode | free |
Udvidelseswebsted | http://sallypoulsen.com/edited-for-tv-ifier/ |
Understøttede Sprog | 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" ] } |