Full Screen Flash
If it detects a flash application, displays a button for full screen display
Full Screen Flash क्या है?
Full Screen Flash http://fullscreen-flash.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If it detects a flash application, displays a button for full screen display"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full Screen Flash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FULL SCREEN FLASH If it detects a flash application, displays a button for full screen display. It gives you the option to make it full screen.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bhdldlonfinlckniaobgoadifkdldhhf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf |
विवरण | If it detects a flash application, displays a button for full screen display |
फ़ाइल का आकार | 98.4 KB |
स्थापना संख्या | 5,297 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-06-10 |
प्रकाशन तिथि | 2016-06-10 |
रेटिंग | 3.40/5 कुल 97 रेटिंग्स |
डेवलपर | http://fullscreen-flash.net |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://chromereload.net/siteprivacy.html |
समर्थित भाषाएँ | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon16.png", "default_title": "Full Screen Flash" }, "default_locale": "en", "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "icons\/enable.png" ] } |