Remove Tweet Views
Removes the new tweet views from Twitter
Remove Tweet Views क्या है?
Remove Tweet Views https://robin.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the new tweet views from Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Tweet Views एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Removes the newly added impressions on every tweet and brings back the Twitter Bird
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dokodkdpdbcmhopjooolcchokhmehiki |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-tweet-views/dokodkdpdbcmhopjooolcchokhmehiki |
विवरण | Removes the new tweet views from Twitter |
फ़ाइल का आकार | 21.65 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2023-07-27 |
प्रकाशन तिथि | 2022-12-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://robin.software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://robin.software |
सहायता पृष्ठ URL | https://twitter.com/robin__software |
गोपनीयता नीति पृष्ठ URL | https://robin.software/imprint |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "$schema": "https:\/\/developer.chrome.com\/extensions\/manifest_v3.json", "name": "Remove Tweet Views", "description": "Removes the new tweet views from Twitter", "version": "0.0.3", "icons": { "16": "logo\/icon-16.png", "48": "logo\/icon-48.png", "128": "logo\/icon-128.png" }, "options_page": "settings\/settings.html", "action": { "default_title": "Remove Tweet Views", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ { "resources": [ "badgeHandler.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "permissions": [ "storage" ], "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |