Twitter One Click Block

Add a block button for a simple one click blocking.

Twitter One Click Blockคืออะไร?

Twitter One Click Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://a7med.me และคุณลักษณะหลักของมันคือ "Add a block button for a simple one click blocking."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter One Click Block

ดาวน์โหลดไฟล์ส่วนขยาย Twitter One Click Block ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add a block button for a simple one click blocking.
💠 Version 2.4
- Fixed the block button not working due to UI changes

💠 Version 2.3
- Fix the issue where the block button not working when the Twitter UI language is not English, this version will be working with all Twitter languages 

💠 Version 2.2
  - Minor fixes 

💠 Version 2.1
  - Minor fixes 
  
💠 Version 2.0
  - Update for the new twitter redesign,  timeline only
  - Planned for next update: adding the block button to the following/followers page 
    and adding an option to switch between Mute and Block


💠 Version 0.4.6
  - fix the block button inside the like/retweet list of a tweet

💠 Version 0.4.5
  - Fix the block button not working
     (please report any bugs)

💠 Version 0.4.4
 - Added the block button to the 		following/followers pages.
 - Minor improvements and fixes after the Twitter redesign.
 - New block icon to match the new Twitter redesign.

💠 Version 0.3
 - Fix wrong username showing as 		notification when blocking a tweet. 
 - from replies (the user were blocked 		correctly but the wrong message).

💠 Version 0.2 
 - Fix the username not showing in the 		notification.
 - Fix the tweet not hiding after blocking 		the user.

💠 Please report all bugs and send your suggestions through the extension page support tab if you have any!, and feel free to leave positive feedback

________________________________________

If you like the extension, please rate with
⭐⭐⭐⭐⭐ 5 stars and give it a +1 👍
💠 Also, check out my other extensions
https://chrome.google.com/webstore/search/a7med?_category=extensions
_________________________________________                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter One Click Block Twitter One Click Block
ID cpkbcemgamhinbingpodkfnpnofkloae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-one-click-block/cpkbcemgamhinbingpodkfnpnofkloae
คำอธิบาย Add a block button for a simple one click blocking.
ขนาดไฟล์ 61.11 KB
จำนวนการติดตั้ง 6,773
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2021-08-16
วันที่เผยแพร่ 2020-06-26
คะแนน 3.65/5 รวมทั้งหมด 103 คะแนน
ผู้พัฒนา https://a7med.me
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://a7med.me/privacy_en.html
ภาษาที่รองรับ en
manifest.json
{
    "name": "Twitter One Click Block",
    "author": "A7med.me",
    "homepage_url": "http:\/\/A7med.me\/",
    "description": "Add a block button for a simple one click blocking.",
    "version": "2.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Twitter One Click Block",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh\/crMEpJG3jbrkbDl7mwQM23CF1K9PfQ0QE4wUZuGaIm9+8uJOCSpw+ZC+SSWy3bTKllWH+2duF2rCSD6wpoor\/\/z+Gjx+AqcRCRVQQvmu7yAKv8Rn64jWhc\/GAkpbQQ8\/D2mjxlP2\/lT0zsvnvs+MlsRuWGiHuV8zYD8zg82CheNDEUMPdnx85CUxRjurRKiRkhJydR8S5MeuDncZLtayAn3rOGFe8hs2sBYbbgBw8Liv9AZLV+NqrfKkPyro1c3bSELJsIJ58UTtwg3EZtDASEErUHPjvGVCH7fRoIoSdsUlEUZYDa05R2yS63w20UIvA3g\/uwiw0FZhLIAF\/EGwIDAQAB"
}