Roller

Send websites that you are surfing through to your friend's new tab.

Roller क्या है?

Roller https://roller.works द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send websites that you are surfing through to your friend's new tab."।

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

screenshot
screenshot
screenshot

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

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

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

                        With this extension, in every new Chrome tab you'll see websites that are sent to you from your friends.

For our privacy policy, visit: https://roller.works/privacy                    

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

नाम Roller Roller
ID lnceokmndennnlhiohhnapcnkpknjmmn
आधिकारिक URL https://chromewebstore.google.com/detail/roller/lnceokmndennnlhiohhnapcnkpknjmmn
विवरण Send websites that you are surfing through to your friend's new tab.
फ़ाइल का आकार 115 KB
स्थापना संख्या 96
वर्तमान संस्करण 1.0.12
अंतिम अपडेट 2022-12-05
प्रकाशन तिथि 2022-11-08
डेवलपर https://roller.works
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.roller.works/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roller",
    "version": "1.0.12",
    "manifest_version": 3,
    "description": "Send websites that you are surfing through to your friend's new tab.",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "Roll this website or use Control + Cmd + R"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.f5fadd59.d9730a02.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/components\/content\/popup.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client.03cb0467.js",
                "assets\/content.tsx.f5fadd59.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "src\/components\/newtab\/newtab.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "windows": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R",
                "mac": "Ctrl+MacCtrl+R"
            }
        }
    }
}