YouTube Filter

To keep updated about your concerned videos on Youtube by specific keywords provided.

YouTube Filterคืออะไร?

YouTube Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย c4r และคุณลักษณะหลักของมันคือ "To keep updated about your concerned videos on Youtube by specific keywords provided."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Filter

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ==Basic introduction==

-  You could get the latest news about your concerned videos by adding keyword entries in the settings page.

e.g. I want to know the latest updated "Rick And Morty" on in "Adult Swim" channel, but I don't want to know other animes. Add "Rick And Morty;Adult Swim" in this extension, you could do that!

-  By adding playlist, you could know the update in time.

e.g. I want to know the latest update of "Music Videos" playlist created by "Mike Tompkins". Add "Music Videos;Mike Tompkins" in this extension, and check playlist.

==basic rules==

1.    one keyword entry includes any number of keywords and one channel name.
 2.   at least one keyword required. multiple keywords should be separated with comma(,)
 3.   channel name is following the last keyword. Separate keywords and channel name with colon(;)

e.g. I want to know the videos about "Rick and Morty"
 keyword entry : "Rick And Morty;Adult Swim"

This will show all the videos, whose titles includes "Rick And Morty" in "Adult Swim" channel.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Filter YouTube Filter
ID hocfflahacbjoffoonnglbfamlckaeaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-filter/hocfflahacbjoffoonnglbfamlckaeaj
คำอธิบาย To keep updated about your concerned videos on Youtube by specific keywords provided.
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2018-02-26
วันที่เผยแพร่ 2018-02-26
ผู้พัฒนา c4r
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/c4rO-0/YouTube-Filter/wiki/%E4%B8%BB%E9%A1%B5
URL หน้าช่วยเหลือ https://github.com/c4rO-0/YouTube-Filter/issues
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "version": "1.1.1",
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/c4r_16.png",
            "32": "icons\/c4r_32.png",
            "64": "icons\/c4r_64.png"
        },
        "default_title": "Youtube Filter",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "lib\/core.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/c4r_48.png",
        "96": "icons\/c4r_96.png"
    },
    "options_ui": {
        "page": "settings\/optionsV6.html",
        "open_in_tab": true
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads"
    ],
    "author": "c4r"
}