Edited-for-TV-ifier
The only Chrome Extension with the guts to clean up the internet
Edited-for-TV-ifier क्या है?
Edited-for-TV-ifier kidcompassion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The only Chrome Extension with the guts to clean up the internet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Edited-for-TV-ifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |