Pewdiepie Subscriptions Counter

#ThankYouPewdiepie Pewdiepie subscriptions counter with subscriptions milestone

Pewdiepie Subscriptions Counter란 무엇입니까?

Pewdiepie Subscriptions Counter은(는) Krystian 'Wionek' Jonca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "#ThankYouPewdiepie Pewdiepie subscriptions counter with subscriptions milestone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pewdiepie Subscriptions Counter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}