Tumblr Disable Video Autoplay

Disable videos autoplay on Tumblr dashboard.

Tumblr Disable Video Autoplayคืออะไร?

Tumblr Disable Video Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://a7med.me และคุณลักษณะหลักของมันคือ "Disable videos autoplay on Tumblr dashboard."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Disable Video Autoplay

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

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

                        💠 Disable videos autoplay on Tumblr dashboard.
💠 The video will be paused when when it's scrolled out of view.
💠 Remove the video player Pop-out feature.
💠 View the video direct link with a one click to copy it to the clipboard.

💠 version 0.2
   - minor update to the video link to make it shorter. 
________________________________________

If you like the extension, please rate with
⭐⭐⭐⭐⭐ 5 stars and give it a +1 👍
💠 Also, check out my other extensions
https://chrome.google.com/webstore/search/a7med?_category=extensions
_________________________________________                    

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

ชื่อ Tumblr Disable Video Autoplay Tumblr Disable Video Autoplay
ID fpjhoibmllbklaapilcdhnbdicilaeed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tumblr-disable-video-auto/fpjhoibmllbklaapilcdhnbdicilaeed
คำอธิบาย Disable videos autoplay on Tumblr dashboard.
ขนาดไฟล์ 60.6 KB
จำนวนการติดตั้ง 900
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-06-29
วันที่เผยแพร่ 2017-06-29
คะแนน 4.43/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://a7med.me
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://a7med.me/privacy_en.html
ภาษาที่รองรับ en
manifest.json
{
    "author": "A7med.me",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Tumblr Disable Video Autoplay"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Disable videos autoplay on Tumblr dashboard.",
    "homepage_url": "http:\/\/A7med.me\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAijELXrmW4RfSjFjAfIBJrXzCDOJxKGLryqNYayPctAA0sgqfC0V3Mn2Hd1OLp7jHIZyZRoxc9dqzKCmX62KEm+AnSu28dJ4ItcD+lefQ1\/gmfaUEzHd\/5aBUn0XPAhdtaPBrVQSOZlH\/G9RshRoW\/dW4c3bGS+u\/p8\/yHdKCE3dOx00A9nf8\/LB2M8Euu6HQc45JX7VEyuYS9sSaL+cHuzT5SdN2ZOuHsQRdx+J\/Suhnns9\/mK00f\/mQktxaZicwzdYXGG5ZpmPDjbch+8fPeUerU5d\/Xhi2\/5Qz3FqDKz1p0ESRNFBNqDEBsfM+Cg3ymcsXDHeNjZZdVwi1AFXOQwIDAQAB",
    "manifest_version": 2,
    "name": "Tumblr Disable Video Autoplay",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}