ytblockr
block ugly videos, chanels, users, anything from searches
ytblockr क्या है?
ytblockr ytBlockr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "block ugly videos, chanels, users, anything from searches"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ytblockr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ytBlockr extends Youtube's UI to allow blocking users, channels, titles or single videos. It also allows blocking obvious troll videos e.g. videos that only last 1 or 2 seconds (configurable). If you experience issues please leave a comment and I will do my best to fix it. Restrictions: Sadly not all videos can be blocked. Since this extension uses Youtube's built in features it is very reliable but fails with content that is updated manually (e.g. load more on scroll to bottom ) due to missing events.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ekoknnbpaoopgcffgcenhkkdfmhkbkfc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ytblockr/ekoknnbpaoopgcffgcenhkkdfmhkbkfc |
विवरण | block ugly videos, chanels, users, anything from searches |
फ़ाइल का आकार | 358 KB |
स्थापना संख्या | 326 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2016-07-18 |
प्रकाशन तिथि | 2016-07-18 |
रेटिंग | 2.60/5 कुल 10 रेटिंग्स |
डेवलपर | ytBlockr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytblockr", "version": "0.0.2", "manifest_version": 2, "description": "block ugly videos, chanels, users, anything from searches", "homepage_url": "https:\/\/github.com\/pixelass\/ytBlockr", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "bg\/background.html", "persistent": true }, "permissions": [ "tabs", "storage", "contextMenus", "https:\/\/youtube.com\/*" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "ytBlockr", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/inject.js" ], "css": [ "css\/inject.css" ] } ] } |