On the blockchain
Adds 'on the blockchain' to the end of every sentence.
On the blockchain क्या है?
On the blockchain David Tran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'on the blockchain' to the end of every sentence."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में On the blockchain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Inspired by Erin Griffith and "Millennials to Snake People"! See coverage here: https://bit.ly/on-the-blockchain Warning: Super naive implementation that main ruin all your browsing experience, but don't worry; everything will be preserved on the blockchain! When you've had enough of the blockchain, to disable or uninstall, simply go to Preferences > Extensions > Uncheck "Enable" or hit the "Trash" icon.
एक्सटेंशन की मूल जानकारी
नाम | On the blockchain |
ID | jieoegmpbhhhdeidanoldbfnghajiehe |
आधिकारिक URL | https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe |
विवरण | Adds 'on the blockchain' to the end of every sentence. |
फ़ाइल का आकार | 24.5 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2018-01-20 |
प्रकाशन तिथि | 2018-01-20 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | David Tran |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dtran320/on-the-blockchain |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "On the blockchain", "short_name": "On the blockchain", "description": "Adds 'on the blockchain' to the end of every sentence.", "author": "David Tran", "version": "0.1.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |