Edited-for-TV-ifier
The only Chrome Extension with the guts to clean up the internet
Apa itu Edited-for-TV-ifier?
Edited-for-TV-ifier adalah ekstensi Chrome yang dikembangkan oleh kidcompassion, dan fitur utamanya adalah "The only Chrome Extension with the guts to clean up the internet".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Edited-for-TV-ifier
Unduh file ekstensi Edited-for-TV-ifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jabkjnfbhckinocelddncngiddokimkp |
URL Resmi | https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp |
Deskripsi | The only Chrome Extension with the guts to clean up the internet |
Ukuran File | 7.58 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-09-09 |
Tanggal Publikasi | 2013-09-09 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | kidcompassion |
Tipe Pembayaran | free |
Situs Ekstensi | http://sallypoulsen.com/edited-for-tv-ifier/ |
Bahasa yang Didukung | 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" ] } |