Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
Freedom to More Freedom क्या है?
Freedom to More Freedom https://nullify-ctf.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Security' with 'Freedom'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Freedom to More Freedom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.
एक्सटेंशन की मूल जानकारी
नाम | Freedom to More Freedom |
ID | mbjafjdfamobncblnamcbfpkeelcihno |
आधिकारिक URL | https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno |
विवरण | Replaces the text 'Security' with 'Freedom'. |
फ़ाइल का आकार | 3.37 KB |
स्थापना संख्या | 1,080 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-07-05 |
प्रकाशन तिथि | 2014-07-04 |
रेटिंग | 2.83/5 कुल 18 रेटिंग्स |
डेवलपर | https://nullify-ctf.blogspot.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freedom to More Freedom", "version": "1.0", "description": "Replaces the text 'Security' with 'Freedom'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |