Flash Player +

Flash Player + play & save favourite flashes to view them later.

Flash Player + क्या है?

Flash Player + Flash Player + द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flash Player + play & save favourite flashes to view them later."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Open the webpage where the flash content is and simply press the play button on the flash content and this will run the flash on the webpage also it can be saved to a flash playlist for it to be played later without downloading.

Add new flash file:
- Navigate to the webpage with some flash files
- Click to icon of extension Flash Player +
- Select on top menu "Add flash from actual page"
- Click to blue icon "add"
- If you want can change flash name

Play saves flashes:
- Click to icon of Flash Player +
- Select on top menu "My Flash Playlist" 
- Click to blue icon "play" or name of flash (flash opens in Fullscreen mode)
- If you want you can remove flash (red icon)

Thank you and we hope you enjoy this extension.                    

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

नाम Flash Player + Flash Player +
ID fnipglnbhfacfmefbgiiodalehbcgcbm
आधिकारिक URL https://chromewebstore.google.com/detail/flash-player-+/fnipglnbhfacfmefbgiiodalehbcgcbm
विवरण Flash Player + play & save favourite flashes to view them later.
फ़ाइल का आकार 107 KB
स्थापना संख्या 320,032
वर्तमान संस्करण 2.4
अंतिम अपडेट 2022-03-07
प्रकाशन तिथि 2020-06-20
रेटिंग 3.05/5 कुल 174 रेटिंग्स
डेवलपर Flash Player +
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4",
    "name": "Flash Player +",
    "description": "Flash Player + play & save favourite flashes to view them later.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/getxmlcprt.com"
    ]
}