Stop Stealing Sheep
The extension makes the internet a better place.
Stop Stealing Sheep क्या है?
Stop Stealing Sheep Ivan Ukhov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension makes the internet a better place."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stop Stealing Sheep एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A growing collection of CSS snippets that make the internet a better place.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lmopgfignagihcbeagefaencbkaclded |
आधिकारिक URL | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
विवरण | The extension makes the internet a better place. |
फ़ाइल का आकार | 227 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 0.0.0.7 |
अंतिम अपडेट | 2016-12-12 |
प्रकाशन तिथि | 2016-12-12 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | Ivan Ukhov |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/IvanUkhov/stop-stealing-sheep |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Stealing Sheep", "description": "The extension makes the internet a better place.", "author": "Ivan Ukhov", "version": "0.0.0.7", "icons": { "128": "images\/logo128.png" }, "background": { "scripts": [ "aws-sdk.min.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/logo19.png", "38": "images\/logo38.png" }, "default_title": "This page has just become a better place!" }, "options_page": "index.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |