Block Pornographic Replies
屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
Wat is Block Pornographic Replies?
Block Pornographic Replies is een Chrome-extensie ontwikkeld door moretaiupupup, en de belangrijkste functie is "屏蔽推特回复下的黄推。Block pornographic replies below the tweet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Block Pornographic Replies
Download Block Pornographic Replies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
屏蔽推特回复下的黄推。Block pornographic replies below the tweet. Basisinformatie over de Extensie
| Naam | |
| ID | cdmilcmdgajfnplkcpgdckdgjadkgkhn |
| Officiële URL | https://chromewebstore.google.com/detail/block-pornographic-replie/cdmilcmdgajfnplkcpgdckdgjadkgkhn |
| Beschrijving | 屏蔽推特回复下的黄推。Block pornographic replies below the tweet. |
| Bestandsgrootte | 345 KB |
| Aantal Installaties | 1,420 |
| Huidige Versie | 2.6 |
| Laatst Bijgewerkt | 2023-07-02 |
| Publicatiedatum | 2023-07-02 |
| Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | moretaiupupup |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Block Pornographic Replies",
"description": "\u5c4f\u853d\u63a8\u7279\u56de\u590d\u4e0b\u7684\u9ec4\u63a8\u3002Block pornographic replies below the tweet.",
"version": "2.6",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"host_permissions": [
"*:\/\/*.twitter.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"scripts\/injected.js"
],
"matches": [
"https:\/\/*.twitter.com\/*"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
}
}
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/*.twitter.com\/*"
],
"run_at": "document_start"
}
]
} | |