Unsubscriby for Youtube

The easiest and most complete way to unsubscribe all your Youtube Channels

Unsubscriby for Youtubeคืออะไร?

Unsubscriby for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://limbuscode.com และคุณลักษณะหลักของมันคือ "The easiest and most complete way to unsubscribe all your Youtube Channels"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unsubscriby for Youtube

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

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

                        How it works:
1 - First, install this extension.
2 - Next, click on the gray youtube icon next to your URL bar. Don't see the icon? Click on the puzzle piece, and then click on the pin to move it to your URL bar.
3 - Click on "Unsubscribe!" button to start the process.
4 - The extension will navigate to your subs list, click "OK" to the popup message to confirm and start to unsubscribe. (If the popup doesn't show up, please refresh the tab then repeat steps 2 and 3).
5 - Wait until it finishes.

Tips:
- If you are using Free Version, when it finishes, just refresh the page then do the steps 2, 3 to continue.
- If you want to stop the process while it is running, click on the gray youtube icon next to your URL bar, then click on "Stop!" button.
- Immediately after upgrading to premium, make sure to close or refresh the subscriptions page in order for the premium features to work properly.

Not working? Go to Support or email me so that I can address the issue.

Changelog:

v.0.0.3.5.

- donate button;
- show notification on stop;
- clicking on subscribe button bug fix;
- minor tweaks.

v.0.0.3.4:

- bug fixed unsubscribing;
- show current version of the extension;
- show messages from notifications server.

v.0.0.3.3:

- bug fixed: it was assuming double length of subscriptions.

v.0.0.3.2:

- bug fixed unsubscribing.

v.0.0.3.1:

- fixed sometimes not starting when clicking start;
- added notification when finished for premium.

v.0.0.3:

- bug fixed unsubscribing.

v.0.0.2:

- Interface upgrade.

v.0.0.1:

- First version                    

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

ชื่อ Unsubscriby for Youtube Unsubscriby for Youtube
ID oeflnaibmdjfpnlgoihbefikofplmimj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unsubscriby-for-youtube/oeflnaibmdjfpnlgoihbefikofplmimj
คำอธิบาย The easiest and most complete way to unsubscribe all your Youtube Channels
ขนาดไฟล์ 1.64 MB
จำนวนการติดตั้ง 1,281
เวอร์ชันปัจจุบัน 0.0.3.5
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2022-03-02
คะแนน 3.14/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://limbuscode.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://docs.google.com/forms/d/e/1FAIpQLSd_7IU5Rie2lqsxNA7TunGaSlgbmZOcORmtzrtR5fsiju07JQ/viewform?usp=pp_url&entry.937029896=Unsubscriby+for+YouTube
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unsubscriby for Youtube",
    "description": "The easiest and most complete way to unsubscribe all your Youtube Channels",
    "version": "0.0.3.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/channels"
            ],
            "js": [
                "ExtPay.js",
                "common.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_title": "Unsubscriby for Youtube"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "32": "\/images\/32x32.png",
        "128": "\/images\/128x128.png"
    }
}