Seasonvar Favorite Serials marker

seasonvar-favorite-serials-marker by Jack Pts

Seasonvar Favorite Serials markerคืออะไร?

Seasonvar Favorite Serials marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackpts1981 และคุณลักษณะหลักของมันคือ "seasonvar-favorite-serials-marker by Jack Pts"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seasonvar Favorite Serials marker

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

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

                        Seasonvar Favorite Serials marker allows you to highlight your favorite serials on the site seasonvar.ru to find them later easily inside all of this mess of series there (without registration on the site), so when new series released they will be highlighted with predefined color. Also you can review your personal List of series then, Save it to JSON file, Upload from other sources (friends), search for the new released Seasons and broken links (the site itself often changes the original URLs). You can also turn on the Auto Scroll to the first found updated serial when the main page is loaded. To check the loading progress implemented the custom Progress Bar.                    

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

ชื่อ Seasonvar Favorite Serials marker Seasonvar Favorite Serials marker
ID lmjijdcbmofjikkphldoggckpekdfcnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seasonvar-favorite-serial/lmjijdcbmofjikkphldoggckpekdfcnm
คำอธิบาย seasonvar-favorite-serials-marker by Jack Pts
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-06-05
วันที่เผยแพร่ 2019-06-05
ผู้พัฒนา jackpts1981
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jackpts.site/dev
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Yauheni Pauliukanets aka Jack Pts",
    "background": {
        "page": "lib\/background.html"
    },
    "browser_action": {
        "default_icon": "static\/on.png",
        "default_title": "Seasonvar Favorite Serials marker",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "main.css"
            ],
            "js": [
                "src\/main.js"
            ],
            "matches": [
                "http:\/\/seasonvar.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "seasonvar-favorite-serials-marker by Jack Pts",
    "developer": {
        "name": "Jack Pts"
    },
    "homepage_url": "http:\/\/jackpts.site\/dev",
    "icons": {
        "128": "static\/icon128.png",
        "16": "static\/icon16.png",
        "256": "static\/icon256.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png",
        "64": "static\/icon64.png",
        "96": "static\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Seasonvar Favorite Serials marker",
    "permissions": [
        "storage",
        "downloads",
        "http:\/\/seasonvar.ru\/*"
    ],
    "short_name": "seasonvar-favorite-serials",
    "version": "1.2",
    "web_accessible_resources": [
        "static\/on.png",
        "static\/off.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.seasonvar.ru\/*"
        ]
    }
}