Seedr

Get Stuff Instantly -- Download and play it anywhere :-)

Seedrคืออะไร?

Seedr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seedr.cc และคุณลักษณะหลักของมันคือ "Get Stuff Instantly -- Download and play it anywhere :-)"

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

screenshot
screenshot

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

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

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

                        Add download links to Seedr (https://www.seedr.cc/) directly from your browser.

Using this extension you may add download links to the Seedr cloud download manager.

Seedr: Get Stuff Quickly & Easily
1. Paste a link from another website
2. Wait a few seconds
3. Download & Stream on any device
No Software Required!                    

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

ชื่อ Seedr Seedr
ID abfimpkhacgimamjbiegeoponlepcbob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seedr/abfimpkhacgimamjbiegeoponlepcbob
คำอธิบาย Get Stuff Instantly -- Download and play it anywhere :-)
ขนาดไฟล์ 234 KB
จำนวนการติดตั้ง 72,978
เวอร์ชันปัจจุบัน 0.801
อัปเดตครั้งล่าสุด 2021-10-27
วันที่เผยแพร่ 2018-09-06
คะแนน 4.23/5 รวมทั้งหมด 172 คะแนน
ผู้พัฒนา https://seedr.cc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.seedr.cc/?site_token=AWz9OlEmHcGszqBwBfmcSppZd1mLxS9pyWt0QT95&site_name=ChromeStore&signup=true
URL หน้าช่วยเหลือ https://www.seedr.cc/faq/
URL หน้านโยบายความเป็นส่วนตัว https://www.seedr.cc/dynamic/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seedr",
    "description": "Get Stuff Instantly -- Download and play it anywhere :-)",
    "version": "0.801",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqgZmjeOdp8l28WluN4YxGEi2dCCb+ktKKS9fSDrUfh6lWfJsiW6OIP6YahPu1CK4ST87Hslmz2Kfhnn5\/kiN1+WeEenu9gEZc6+NiU8ethOjtN+XqkiiRDji7amot1Gw0OrucSUAiLqBBWOVnS+KRChPiq3PlumdRnOX7PqL2PcoWQX6DV2n\/eQy8\/wN2BBGcz57qKxvfA\/pbEqRNsBPQOhblGjmqd4bSE8SeIIBV48oiVCu1H3lB1PmRUNtGwGpAPcZx+d1sLEmSBaLYbaZpLsoydHb3YKFXAzH0EmWouawI9K8GerywE2BQwSFdoGV4wN\/Lv4vx\/OKRPB9HeoKpQIDAQAB",
    "background": {
        "scripts": [
            "assets\/jquery-3.3.1.min.js",
            "storage.js",
            "assets\/require.js",
            "oauth.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.seedr.cc\/*",
        "https:\/\/*.google.com\/",
        "tabs",
        "storage",
        "contextMenus",
        "downloads",
        "activeTab",
        "webRequest"
    ],
    "web_accessible_resources": [
        "assets\/jquery-3.3.1.min.js",
        "assets\/jquery.noty.packaged.min.js",
        "images\/chrome-adding-torrent.gif",
        "images\/seedr.png",
        "login_frame.html",
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.seedr.cc\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/jquery-3.3.1.min.js",
                "assets\/jquery.noty.packaged.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon.png",
        "128": "favicon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}