Pewdiepie Subscriptions Counter

#ThankYouPewdiepie Pewdiepie subscriptions counter with subscriptions milestone

Pewdiepie Subscriptions Counterคืออะไร?

Pewdiepie Subscriptions Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krystian 'Wionek' Jonca และคุณลักษณะหลักของมันคือ "#ThankYouPewdiepie Pewdiepie subscriptions counter with subscriptions milestone"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pewdiepie Subscriptions Counter

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

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

                        UPDATE 1.3.1: Changed milestone and fixed minor bug
UPDATE 1.3.1: Added notifications when Pewdiepie reach 100,000,000 subscriptions
UPDATE 1.3.0: Removed T-series from counter
UPDATE 1.2.3: Notifications disabled due to #ThankYouPewdiepie
UPDATE 1.2.2: Sub gap arrow fixed and removed local decimal separators
UPDATE 1.2.1: Major bug fixed
UPDATE 1.2: Notifications when Pewdiepie gets passed added!
UPDATE 1.1.6: Numbers are now automatically converting to ̶ l̶o̶c̶a̶l̶  US decimal separators
UPDATE 1.1.5: It now updates every about 15 seconds (It may costs bugs so if you notice one please be patient and let me know on my email)
UPDATE 1.1.3/1.1.4: After first sub gap refresh, next to it will appear arrow that represents if it is going up(↑) or down(↓)

If you want to support me you can hit a star on this extension repository :) https://github.com/KrystianJonca/pewdiepie-subscriptions-counter

PewDiePie subscriptions counter now in your Google Chrome. You can check his subscriptions number anytime you want. You have to just click on the icon.
It has never been that easy! ;)

PewDiePie channel: https://www.youtube.com/user/PewDiePie

My website: https://kjonca.me/

Cheer! :D
Krystian                    

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

ชื่อ Pewdiepie Subscriptions Counter Pewdiepie Subscriptions Counter
ID leliihmdckgmccamkmgkiikjecbedapi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pewdiepie-subscriptions-c/leliihmdckgmccamkmgkiikjecbedapi
คำอธิบาย #ThankYouPewdiepie Pewdiepie subscriptions counter with subscriptions milestone
ขนาดไฟล์ 14.84 KB
จำนวนการติดตั้ง 706
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2019-08-25
วันที่เผยแพร่ 2019-08-25
คะแนน 4.74/5 รวมทั้งหมด 76 คะแนน
ผู้พัฒนา Krystian 'Wionek' Jonca
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pewdiepie Subscriptions Counter",
    "description": "#ThankYouPewdiepie \nPewdiepie subscriptions counter with subscriptions milestone",
    "version": "1.3.2",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}