Reverse Youtube

Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.

Reverse Youtube क्या है?

Reverse Youtube https://citadelle-du-web.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reverse Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension swaps 'primary video' and 'related contents' layouts in youtube.com                    

एक्सटेंशन की मूल जानकारी

नाम Reverse Youtube Reverse Youtube
ID bbkebkkkocmacciojigkliggadljbmai
आधिकारिक URL https://chromewebstore.google.com/detail/reverse-youtube/bbkebkkkocmacciojigkliggadljbmai
विवरण Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.
फ़ाइल का आकार 53.5 KB
स्थापना संख्या 583
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-03-05
प्रकाशन तिथि 2021-03-04
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://citadelle-du-web.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://citadelle-du-web.com/projects/reverse-youtube
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Reverse Youtube",
    "description": "Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Reverse Youtube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}