Edited-for-TV-ifier

The only Chrome Extension with the guts to clean up the internet

Τι είναι το Edited-for-TV-ifier;

Το Edited-for-TV-ifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kidcompassion, και η κύρια λειτουργία του είναι "The only Chrome Extension with the guts to clean up the internet".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Edited-for-TV-ifier

Λήψη αρχείων επέκτασης Edited-for-TV-ifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
Επίσημο URL https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Περιγραφή The only Chrome Extension with the guts to clean up the internet
Μέγεθος Αρχείου 7.58 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2013-09-09
Ημερομηνία Δημοσίευσης 2013-09-09
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kidcompassion
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://sallypoulsen.com/edited-for-tv-ifier/
Υποστηριζόμενες Γλώσσες 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"
    ]
}