GameSkip
Share, Submit and Exchange Your Game Posts To GameSkip
GameSkip क्या है?
GameSkip https://gameskip.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share, Submit and Exchange Your Game Posts To GameSkip"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GameSkip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome Extension Helps in Achieving Following Tasks: 1. It Submits All You Required Game posts to GameSkip.Com Which Help in Exchange Game Bonus Items With Other Users. How To Submit your items: 1. Install This Addon. 2. Visit Facebook Timeline make sure that gift icon don't show "OFF" notification. 3. This Addon will Auto Submit (Share) your items from your "Facebook Timeline"(Facebook Profile). 4. "Submit, Search Reward" Page won't Submit your Items, It will just show status of your Submitted (Shared) Items. List of supported games are available on : https://gameskip.com
एक्सटेंशन की मूल जानकारी
नाम | GameSkip |
ID | oglhollagcmlahfflcpgpoemjpjfafeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/gameskip/oglhollagcmlahfflcpgpoemjpjfafeo |
विवरण | Share, Submit and Exchange Your Game Posts To GameSkip |
फ़ाइल का आकार | 78.06 KB |
स्थापना संख्या | 3,983 |
वर्तमान संस्करण | 4.1 |
अंतिम अपडेट | 2023-11-17 |
प्रकाशन तिथि | 2018-02-01 |
रेटिंग | 4.12/5 कुल 95 रेटिंग्स |
डेवलपर | https://gameskip.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gameskip.com |
सहायता पृष्ठ URL | https://gameskip.com/privacy_policy.html |
गोपनीयता नीति पृष्ठ URL | https://gameskip.com/privacy_policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GameSkip", "short_name": "GameSkip", "version": "4.1", "icons": { "48": "img\/gift_48.png", "128": "img\/gift_128.png" }, "description": "Share, Submit and Exchange Your Game Posts To GameSkip", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "img\/gift_16.png", "24": "img\/gift_24.png", "32": "img\/gift_32.png", "48": "img\/gift_48.png" }, "default_title": "Game Skip", "default_popup": "html\/panel.html", "disabled": true }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "js\/handler.js" ], "all_frames": false } ], "permissions": [ "tabs", "storage", "*:\/\/www.facebook.com\/*", "*:\/\/gameskip.com\/*" ] } |