Remove from Feed Button for YouTube
Easily remove items from your YouTube subscription feed with a single click
Remove from Feed Button for YouTube क्या है?
Remove from Feed Button for YouTube Jerome Dane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily remove items from your YouTube subscription feed with a single click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove from Feed Button for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Puts "X" button to the right of each videos in your YouTube subscription feed to allow removing videos with a single click.
Please report issues at https://goo.gl/4IgEU1
GitHub: https://goo.gl/2NK3T
Like this? You could buy me a cop of coffee: http://goo.gl/xzEAG
Follow me for updates on other projects:
Github: https://goo.gl/nYUgZm
Google: http://goo.gl/brcnw
Twitter: http://goo.gl/UTh0W
Facebook: http://goo.gl/OwKIG एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | ogclfblkiagkkfpdbbbphchgfkieecml |
| आधिकारिक URL | https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml |
| विवरण | Easily remove items from your YouTube subscription feed with a single click |
| फ़ाइल का आकार | 48.05 KB |
| स्थापना संख्या | 549 |
| वर्तमान संस्करण | 0.0.7 |
| अंतिम अपडेट | 2015-11-21 |
| प्रकाशन तिथि | 2015-11-21 |
| रेटिंग | 3.67/5 कुल 43 रेटिंग्स |
| डेवलपर | Jerome Dane |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Remove from Feed Button for YouTube",
"description": "Easily remove items from your YouTube subscription feed with a single click",
"version": "0.0.7",
"options_page": "options.html",
"permissions": [
"http:\/\/www.youtube.com\/feed\/subscriptions*",
"https:\/\/www.youtube.com\/feed\/subscriptions*"
],
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"web_accessible_resources": [
"images\/close_16_r8.png"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end"
}
]
} | |