No Tap-In X
Une extension pour ne plus voir de posts frauduleux sur X (Twitter)
No Tap-In Xとは何ですか?
No Tap-In XはV2Fによって開発されたChromeの拡張機能で、その主な機能は「Une extension pour ne plus voir de posts frauduleux sur X (Twitter)」です。
拡張機能のスクリーンショット
No Tap-In X拡張機能のCRXファイルをダウンロード
No Tap-In X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Depuis l'arrivée de la monétisation, il y a trop de posts tap-in frauduleux sur X (Twitter). Cette extension aide à changer cela : si vous voyez un posts honteux, signalez-le. Au bout de 6 signalements, le post sera automatiquement enlevé de la timeline de tous les utilisateurs de cette extension. Ensemble, créons un feed plus agréable. 拡張機能の基本情報
| 名前 | |
| ID | jokbnjckobbpdkmphikcmhfjgbpiokjb |
| 公式URL | https://chromewebstore.google.com/detail/no-tap-in-x/jokbnjckobbpdkmphikcmhfjgbpiokjb |
| 説明 | Une extension pour ne plus voir de posts frauduleux sur X (Twitter) |
| ファイルサイズ | 37.09 KB |
| インストール数 | 312 |
| 現在のバージョン | 1 |
| 最終更新日 | 2023-08-19 |
| 公開日 | 2023-08-19 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | V2F |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "No Tap-In X",
"description": "Une extension pour ne plus voir de posts frauduleux sur X (Twitter)",
"version": "1",
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/localhost:3000\/*",
"https:\/\/feurtracker.fr\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.twitter.com\/*",
"http:\/\/*.x.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"js": [
"main.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |