SnooTube for YouTube™

SnooTube for YouTube™

SnooTube for YouTube™คืออะไร?

SnooTube for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThePotato และคุณลักษณะหลักของมันคือ "SnooTube for YouTube™"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SnooTube for YouTube™

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

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

                        A Chrome extension that embeds Reddit comments, in your YouTube Comments.

Works with the new Polymer Design layout!

- Fixed load more

- Fixed minimize comments button

-Thanks xlexi & KoffeinFlummi

(Might break every so often)                    

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

ชื่อ SnooTube for YouTube™ SnooTube for YouTube™
ID nnkpagjmddndhnkiecjecfknleggbhfo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snootube-for-youtube/nnkpagjmddndhnkiecjecfknleggbhfo
คำอธิบาย SnooTube for YouTube™
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 3.21
อัปเดตครั้งล่าสุด 2019-05-06
วันที่เผยแพร่ 2019-05-06
คะแนน 4.09/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา ThePotato
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KoffeinFlummi/alientube
URL หน้าช่วยเหลือ https://github.com/KoffeinFlummi/alientube/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
ภาษาที่รองรับ en,fr,no,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnooTube for YouTube\u2122",
    "short_name": "SnooTube",
    "description": "SnooTube for YouTube\u2122",
    "author": "Delexious",
    "homepage_url": "https:\/\/github.com\/KoffeinFlummi\/alientube",
    "version": "3.21",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "41.0",
    "content_security_policy": "script-src 'self' https:\/\/api.reddit.com; object-src 'self'",
    "options_page": "res\/options.html",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/vimeo.com\/*"
            ],
            "js": [
                "js\/snuownd.js",
                "js\/script.js"
            ],
            "css": [
                "res\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/",
        "https:\/\/api.reddit.com\/",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/vimeo.com\/*"
    ],
    "web_accessible_resources": [
        "res\/style.css",
        "res\/chrome_shared.css",
        "res\/widgets.css",
        "js\/*",
        "res\/*",
        "TypeScript\/*",
        "icon128.png"
    ]
}