Share on Twitter

Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.

Share on Twitter क्या है?

Share on Twitter http://mustafa.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing."।

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

screenshot

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

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

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

                        Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.                    

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

नाम Share on Twitter Share on Twitter
ID ccnepoheeddldggdgihffmglfjpojggh
आधिकारिक URL https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh
विवरण Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
फ़ाइल का आकार 10.19 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.9.1
अंतिम अपडेट 2014-11-30
प्रकाशन तिथि 2014-11-30
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर http://mustafa.io
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/intent\/tweet*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.",
    "icons": {
        "128": "twShare_128x128.png",
        "48": "twshare-48x48.png"
    },
    "manifest_version": 2,
    "name": "Share on Twitter",
    "permissions": [
        "activeTab"
    ],
    "short_name": "twShare",
    "version": "0.9.1",
    "author": "@5yx",
    "homepage_url": "https:\/\/twitter.com\/5yx"
}