Edited-for-TV-ifier
The only Chrome Extension with the guts to clean up the internet
Co to jest Edited-for-TV-ifier?
Edited-for-TV-ifier to rozszerzenie Chrome opracowane przez kidcompassion, a jego główną funkcją jest „The only Chrome Extension with the guts to clean up the internet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Edited-for-TV-ifier
Pobierz pliki rozszerzeń Edited-for-TV-ifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jabkjnfbhckinocelddncngiddokimkp |
Oficjalny URL | https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp |
Opis | The only Chrome Extension with the guts to clean up the internet |
Rozmiar pliku | 7.58 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-09-09 |
Data Publikacji | 2013-09-09 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | kidcompassion |
Typ Płatności | free |
Strona Rozszerzenia | http://sallypoulsen.com/edited-for-tv-ifier/ |
Obsługiwane Języki | 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" ] } |