Remark
Uncensored Comments, anywhere.
Remark क्या है?
Remark https://remark.surf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uncensored Comments, anywhere."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Uncensored
Are your comments always getting deleted by the owner? In Remark, this is not possible anymore. Your comments can only be deleted by violating our Terms of Service.
Better
Replies, Mentions, Upvotes and Downvotes - we have everything you need! Thanks to our voting system, you will always see the most important comments first.
Anywhere
You could possibly comment anywhere you want! Even on sites that don't have a comment system. And the best of it - you can do all of that with just one account! एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | bkcfoljpnhifgljnaiahaihkppbkpcjo |
| आधिकारिक URL | https://chromewebstore.google.com/detail/remark/bkcfoljpnhifgljnaiahaihkppbkpcjo |
| विवरण | Uncensored Comments, anywhere. |
| फ़ाइल का आकार | 205 KB |
| स्थापना संख्या | 48 |
| वर्तमान संस्करण | 1.0.4 |
| अंतिम अपडेट | 2022-03-24 |
| प्रकाशन तिथि | 2022-02-07 |
| रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
| डेवलपर | https://remark.surf |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://remark.surf |
| गोपनीयता नीति पृष्ठ URL | https://www.remark.surf/privacy |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Remark",
"short_name": "Remark",
"version": "1.0.4",
"description": "Uncensored Comments, anywhere.",
"author": "Simplify Software",
"homepage_url": "https:\/\/remark.surf\/",
"icons": {
"64": "assets\/icon\/64.png",
"128": "assets\/icon\/128.png",
"256": "assets\/icon\/256.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*.png",
"assets\/indicator\/*.png",
"assets\/icon\/*.png",
"css\/*.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"entry\/injected.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "entry\/background.js"
},
"commands": {
"toggle_button": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
},
"description": "Toggle the Remark Button"
},
"toggle_sidebar": {
"suggested_key": {
"default": "Ctrl+Shift+S"
},
"description": "Toggle the Remark Sidebar"
}
},
"externally_connectable": {
"matches": [
"*:\/\/*.remark.surf\/*"
]
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"declarativeNetRequest"
],
"optional_permissions": [],
"action": {
"default_title": "Remark"
},
"host_permissions": [
"*:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "CSP Change",
"path": "rules\/csp.json",
"enabled": true
}
]
}
} | |